File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ Login
208208
209209``` console
210210$ scw login
211- Organization: xxx-yyy-zzz
212- Token: xxx-yyy-zzz
211+ Login (cloud.scaleway.com): xxxx@xx.xx
212+ Password:
213213$
214214```
215215
@@ -505,10 +505,14 @@ Generates a configuration file in '/home/$USER/.scwrc'
505505containing credentials used to interact with the Scaleway API. This
506506configuration file is automatically used by the 'scw' commands.
507507
508+ You can get your credentials on https://cloud.scaleway.com/#/credentials
509+
510+
508511Options:
509512
510513 -h, --help=false Print usage
511514 -o, --organization="" Organization
515+ -s, --skip-ssh-key=false Don't ask to upload an SSH Key
512516 -t, --token="" Token
513517```
514518
@@ -736,13 +740,16 @@ Options:
736740
737741 -h, --help=false Print usage
738742 -t, --terminate=false Stop and trash a server with its volumes
743+ -w, --wait=false Synchronous stop. Wait for SSH to be ready
739744
740745Examples:
741746
742747 $ scw stop my-running-server my-second-running-server
743748 $ scw stop -t my-running-server my-second-running-server
744749 $ scw stop $(scw ps -q)
745750 $ scw stop $(scw ps | grep mysql | awk '{print $1}')
751+ $ scw stop server && stop wait server
752+ $ scw stop -w server
746753```
747754
748755
You can’t perform that action at this time.
0 commit comments