Skip to content

Commit dcffd74

Browse files
committed
Merge pull request #233 from QuentinPerez/typo
Fix typo README.md
2 parents cc72f5d + 1e67732 commit dcffd74

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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): [email protected]
212+
Password:
213213
$
214214
```
215215

@@ -505,10 +505,14 @@ Generates a configuration file in '/home/$USER/.scwrc'
505505
containing credentials used to interact with the Scaleway API. This
506506
configuration file is automatically used by the 'scw' commands.
507507

508+
You can get your credentials on https://cloud.scaleway.com/#/credentials
509+
510+
508511
Options:
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

740745
Examples:
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

0 commit comments

Comments
 (0)