Skip to content

Commit 14e4b60

Browse files
author
Quentin Perez
committed
README.md: update
1 parent d8ac58f commit 14e4b60

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,14 @@ Create a new server but do not start it.
316316

317317
Options:
318318

319-
--bootscript="" Assign a bootscript
320-
--commercial-type=VC1 Create a server with specific commercial-type C1, VC1, C2[S|M|L]
321-
-e, --env="" Provide metadata tags passed to initrd (i.e., boot=resue INITRD_DEBUG=1)
322-
-h, --help=false Print usage
323-
--ip-address=dynamic Assign a reserved public IP, a 'dynamic' one or 'none'
324-
--name="" Assign a name
325-
--tmp-ssh-key=false Access your server without uploading your SSH key to your account
326-
-v, --volume="" Attach additional volume (i.e., 50G)
319+
--bootscript="" Assign a bootscript
320+
--commercial-type=VC1S Create a server with specific commercial-type C1, VC1S, C2[S|M|L]
321+
-e, --env="" Provide metadata tags passed to initrd (i.e., boot=resue INITRD_DEBUG=1)
322+
-h, --help=false Print usage
323+
--ip-address=dynamic Assign a reserved public IP, a 'dynamic' one or 'none'
324+
--name="" Assign a name
325+
--tmp-ssh-key=false Access your server without uploading your SSH key to your account
326+
-v, --volume="" Attach additional volume (i.e., 50G)
327327

328328
Examples:
329329

@@ -691,21 +691,21 @@ Run a command in a new server.
691691

692692
Options:
693693

694-
-a, --attach=false Attach to serial console
695-
--bootscript="" Assign a bootscript
696-
--commercial-type=VC1 Start a server with specific commercial-type C1, VC1, C2[SML]
697-
-d, --detach=false Run server in background and print server ID
698-
-e, --env="" Provide metadata tags passed to initrd (i.e., boot=rescue INITRD_DEBUG=1)
699-
-g, --gateway="" Use a SSH gateway
700-
-h, --help=false Print usage
701-
--ip-address="" Assign a reserved public IP, a 'dynamic' one or 'none' (default to 'none' if gateway specified, 'dynamic' otherwise)
702-
--name="" Assign a name
703-
--rm=false Automatically remove the server when it exits
704-
--show-boot=false Allows to show the boot
705-
-T, --timeout=0 Set timeout value to seconds
706-
--tmp-ssh-key=false Access your server without uploading your SSH key to your account
707-
-u, --userdata="" Start a server with userdata predefined
708-
-v, --volume="" Attach additional volume (i.e., 50G)
694+
-a, --attach=false Attach to serial console
695+
--bootscript="" Assign a bootscript
696+
--commercial-type=VC1S Start a server with specific commercial-type C1, VC1S, C2[SML]
697+
-d, --detach=false Run server in background and print server ID
698+
-e, --env="" Provide metadata tags passed to initrd (i.e., boot=rescue INITRD_DEBUG=1)
699+
-g, --gateway="" Use a SSH gateway
700+
-h, --help=false Print usage
701+
--ip-address="" Assign a reserved public IP, a 'dynamic' one or 'none' (default to 'none' if gateway specified, 'dynamic' otherwise)
702+
--name="" Assign a name
703+
--rm=false Automatically remove the server when it exits
704+
--show-boot=false Allows to show the boot
705+
-T, --timeout=0 Set timeout value to seconds
706+
--tmp-ssh-key=false Access your server without uploading your SSH key to your account
707+
-u, --userdata="" Start a server with userdata predefined
708+
-v, --volume="" Attach additional volume (i.e., 50G)
709709

710710
Examples:
711711

@@ -1184,6 +1184,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11841184
### master (unreleased)
11851185

11861186
* Fix bug when using SCW_COMMERCIAL_TYPE variable
1187+
* Switch to VC1S
11871188

11881189
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.1...master)
11891190

0 commit comments

Comments
 (0)