You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-baremetal-server-create-usage.golden
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,36 @@ EXAMPLES:
10
10
scw baremetal server create
11
11
12
12
ARGS:
13
-
[project-id] Project ID to use. If none is passed the default project ID will be used
14
-
name=<generated> Name of the server (≠hostname)
15
-
[description] Description associated with the server, max 255 characters
16
-
[type] Server commercial type
17
-
[tags.{index}] Tags to associate to the server
18
-
[install.os-id] ID of the OS to installation on the server
19
-
[install.hostname] Hostname of the server
20
-
[install.ssh-key-ids.{index}] SSH key IDs authorized on the server
21
-
[install.user] User for the installation
22
-
[install.password] Password for the installation
23
-
[install.service-user] Regular user that runs the service to be installed on the server
24
-
[install.service-password] Password used for the service to install
25
-
[option-ids.{index}] IDs of options to enable on server
26
-
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
27
-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-2 | pl-waw-3)
13
+
[project-id] Project ID to use. If none is passed the default project ID will be used
14
+
name=<generated> Name of the server (≠hostname)
15
+
[description] Description associated with the server, max 255 characters
16
+
[type] Server commercial type
17
+
[tags.{index}] Tags to associate to the server
18
+
[install.os-id] ID of the OS to installation on the server
19
+
[install.hostname] Hostname of the server
20
+
[install.ssh-key-ids.{index}] SSH key IDs authorized on the server
21
+
[install.user] User for the installation
22
+
[install.password] Password for the installation
23
+
[install.service-user] Regular user that runs the service to be installed on the server
24
+
[install.service-password] Password used for the service to install
[option-ids.{index}] IDs of options to enable on server
41
+
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
42
+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-2 | pl-waw-3)
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-baremetal-server-install-usage.golden
+22-7Lines changed: 22 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,28 @@ ARGS:
14
14
os-id ID of the OS to installation on the server
15
15
hostname Hostname of the server
16
16
ssh (one of):
17
-
[all-ssh-keys] Add all SSH keys on your baremetal instance (cannot be used with ssh-key-ids)
18
-
ssh-key-ids.{index} SSH key IDs authorized on the server (cannot be used with all-ssh-keys)
19
-
[user] User used for the installation
20
-
[password] Password used for the installation
21
-
[service-user] User used for the service to install
22
-
[service-password] Password used for the service to install
23
-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-2 | pl-waw-3)
17
+
[all-ssh-keys] Add all SSH keys on your baremetal instance (cannot be used with ssh-key-ids)
18
+
ssh-key-ids.{index} SSH key IDs authorized on the server (cannot be used with all-ssh-keys)
19
+
[user] User used for the installation
20
+
[password] Password used for the installation
21
+
[service-user] User used for the service to install
22
+
[service-password] Password used for the service to install
23
+
[partitioning-schema.disks.{index}.device]
24
+
[partitioning-schema.disks.{index}.partitions.{index}.label] (unknown_partition_label | uefi | legacy | root | boot | swap | data | home | raid | zfs)
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-2 | pl-waw-3)
| option-ids.{index} || IDs of options to enable on server |
549
564
| organization-id || Organization ID to use. If none is passed the default organization ID will be used |
550
565
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
0 commit comments