Skip to content

Commit

Permalink
feat: change output
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Jan 16, 2024
1 parent 00df73a commit 1293d55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
npm i @serverless-devs/s -g --registry=https://registry.npmmirror.com
s config add --AccountID $1 --AccessKeyID $2 --AccessKeySecret $3 -a $4 -f
echo 'Serverless-devs has been installed successfully.'
s config get $4
echo 'The access has been configured automatically, as shown bellow.'
s config get -a $4

0 comments on commit 1293d55

Please sign in to comment.