Skip to content

Commit d905437

Browse files
committed
Fix
1 parent 10348ea commit d905437

14 files changed

+14
-14
lines changed

cmd/scw/testdata/test-all-usage-baremetal-bmc-get-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
server-id ID of the server
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[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)
1111

1212
FLAGS:
1313
-h, --help help for get

cmd/scw/testdata/test-all-usage-baremetal-bmc-start-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USAGE:
99
ARGS:
1010
server-id ID of the server
1111
ip The IP authorized to connect to the given server
12-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
12+
[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)
1313

1414
FLAGS:
1515
-h, --help help for start

cmd/scw/testdata/test-all-usage-baremetal-bmc-stop-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
server-id ID of the server
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[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)
1111

1212
FLAGS:
1313
-h, --help help for stop

cmd/scw/testdata/test-all-usage-baremetal-os-get-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EXAMPLES:
1111

1212
ARGS:
1313
os-id ID of the OS
14-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
14+
[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)
1515

1616
FLAGS:
1717
-h, --help help for get

cmd/scw/testdata/test-all-usage-baremetal-os-list-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
[offer-id] Filter OS by offer ID
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[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)
1111

1212
FLAGS:
1313
-h, --help help for list

cmd/scw/testdata/test-all-usage-baremetal-server-create-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARGS:
2222
[install.hostname]
2323
[install.ssh-key-ids.{index}]
2424
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
25-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
25+
[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)
2626

2727
FLAGS:
2828
-h, --help help for create

cmd/scw/testdata/test-all-usage-baremetal-server-delete-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EXAMPLES:
1111

1212
ARGS:
1313
server-id ID of the server to delete
14-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
14+
[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)
1515

1616
FLAGS:
1717
-h, --help help for delete

cmd/scw/testdata/test-all-usage-baremetal-server-get-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EXAMPLES:
1111

1212
ARGS:
1313
server-id ID of the server
14-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
14+
[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)
1515

1616
FLAGS:
1717
-h, --help help for get

cmd/scw/testdata/test-all-usage-baremetal-server-install-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARGS:
1515
hostname Hostname of the server
1616
[all-ssh-keys] Add all SSH keys on your baremetal instance (cannot be used with ssh-key-ids)
1717
ssh-key-ids.{index} SSH key IDs authorized on the server (cannot be used with all-ssh-keys)
18-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
18+
[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)
1919

2020
FLAGS:
2121
-h, --help help for install

cmd/scw/testdata/test-all-usage-baremetal-server-list-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARGS:
1616
[name] Filter servers by name
1717
[project-id] Filter servers by project ID
1818
[organization-id] Filter servers by organization ID
19-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
19+
[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)
2020

2121
FLAGS:
2222
-h, --help help for list

cmd/scw/testdata/test-all-usage-baremetal-server-reboot-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXAMPLES:
1515
ARGS:
1616
server-id ID of the server to reboot
1717
[boot-type=normal] The type of boot (unknown_boot_type | normal | rescue)
18-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
18+
[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)
1919

2020
FLAGS:
2121
-h, --help help for reboot

cmd/scw/testdata/test-all-usage-baremetal-server-start-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXAMPLES:
1515
ARGS:
1616
server-id ID of the server to start
1717
[boot-type] The type of boot (unknown_boot_type | normal | rescue)
18-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
18+
[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)
1919

2020
FLAGS:
2121
-h, --help help for start

cmd/scw/testdata/test-all-usage-baremetal-server-stop-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EXAMPLES:
1111

1212
ARGS:
1313
server-id ID of the server to stop
14-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
14+
[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)
1515

1616
FLAGS:
1717
-h, --help help for stop

cmd/scw/testdata/test-all-usage-baremetal-server-update-usage.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARGS:
1010
[name] Name of the server (≠hostname), not updated if null
1111
[description] Description associated to the server, max 255 characters, not updated if null
1212
[tags.{index}] Tags associated to the server, not updated if null
13-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
13+
[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)
1414

1515
FLAGS:
1616
-h, --help help for update

0 commit comments

Comments
 (0)