Skip to content

Commit 2dccc34

Browse files
feat(instance): add new zones to the doc (#1460)
Co-authored-by: Rémy Léone <[email protected]>
1 parent f3c9441 commit 2dccc34

File tree

52 files changed

+98
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+98
-87
lines changed

cmd/scw/testdata/test-all-usage-config-set-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ARGS:
2020
[insecure] Set to true to allow insecure HTTPS connections
2121
[default-organization-id] A default Scaleway organization id
2222
[default-project-id] A default Scaleway project id
23-
[default-region] A default Scaleway region (fr-par | nl-ams)
24-
[default-zone] A default Scaleway zone (fr-par-1 | fr-par-2 | nl-ams-1)
23+
[default-region] A default Scaleway region (fr-par | nl-ams | pl-waw)
24+
[default-zone] A default Scaleway zone (fr-par-1 | fr-par-2 | nl-ams-1 | pl-waw-1)
2525
[send-telemetry] Set to false to disable telemetry
2626

2727
FLAGS:

cmd/scw/testdata/test-all-usage-instance-image-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARGS:
2222
[project-id] Project ID to use. If none is passed the default project ID will be used
2323
[public] True to create a public image
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-1 | nl-ams-1)
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 | pl-waw-1)
2626

2727
DEPRECATED ARGS:
2828
[additional-snapshots.{key}.organization-id] Organization ID that own the additional snapshot

cmd/scw/testdata/test-all-usage-instance-image-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXAMPLES:
1515
ARGS:
1616
image-id UUID of the image you want to delete
1717
[with-snapshots] Delete the snapshots attached to this image
18-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
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 | pl-waw-1)
1919

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

cmd/scw/testdata/test-all-usage-instance-image-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXAMPLES:
1414

1515
ARGS:
1616
image-id UUID of the image you want to get
17-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
17+
[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 | pl-waw-1)
1818

1919
FLAGS:
2020
-h, --help help for get

cmd/scw/testdata/test-all-usage-instance-image-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARGS:
1515
[arch]
1616
[project-id]
1717
[organization-id]
18-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
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 | pl-waw-1)
1919

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

cmd/scw/testdata/test-all-usage-instance-ip-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARGS:
2020
[server] UUID of the server you want to attach the IP to
2121
[tags.{index}] An array of keywords you want to tag this IP with
2222
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
23-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
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 | pl-waw-1)
2424

2525
FLAGS:
2626
-h, --help help for create

cmd/scw/testdata/test-all-usage-instance-ip-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EXAMPLES:
1717

1818
ARGS:
1919
ip The ID or the address of the IP to delete
20-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
20+
[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 | pl-waw-1)
2121

2222
FLAGS:
2323
-h, --help help for delete

cmd/scw/testdata/test-all-usage-instance-ip-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EXAMPLES:
1717

1818
ARGS:
1919
ip The IP ID or address to get
20-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
20+
[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 | pl-waw-1)
2121

2222
FLAGS:
2323
-h, --help help for get

cmd/scw/testdata/test-all-usage-instance-ip-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARGS:
1616
[name] Filter on the IP address (Works as a LIKE operation on the IP address)
1717
[project-id] The project ID the IPs are reserved in
1818
[organization-id] The organization ID the IPs are reserved in
19-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
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 | pl-waw-1)
2020

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

cmd/scw/testdata/test-all-usage-instance-ip-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARGS:
1919
ip IP ID or IP address
2020
[reverse] Reverse domain name
2121
[tags.{index}] An array of keywords you want to tag this IP with
22-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
22+
[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 | pl-waw-1)
2323

2424
FLAGS:
2525
-h, --help help for update

0 commit comments

Comments
 (0)