Skip to content

Commit 1ab6aa5

Browse files
authored
fix(mongodb): update product documentation (#4380)
1 parent 2109482 commit 1ab6aa5

21 files changed

+54
-54
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARGS:
1717
[volume.volume-size] Volume size
1818
[volume.volume-type] Type of volume where data is stored (unknown_type | sbs_5k | sbs_15k)
1919
[endpoints.{index}.private-network.private-network-id] UUID of the Private Network
20-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
20+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
2121

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
instance-id UUID of the Database Instance to delete
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1111

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
instance-id UUID of the Database Instance
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1111

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
instance-id UUID of the Database Instance
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1111

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS:
1111
[order-by] Criteria to use when ordering Database Instance listings (created_at_asc | created_at_desc | name_asc | name_desc | status_asc | status_desc)
1212
[project-id] Project ID
1313
[organization-id] Organization ID of the Database Instance
14-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
14+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
1515

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARGS:
99
instance-id UUID of the Database Instance to update
1010
[name] Name of the Database Instance
1111
[tags.{index}] Tags of a Database Instance
12-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
12+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1313

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

cmd/scw/testdata/test-all-usage-mongodb-instance-upgrade-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
instance-id UUID of the Database Instance you want to upgrade
1010
[volume-size] Increase your Block Storage volume size
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1212

1313
FLAGS:
1414
-h, --help help for upgrade

cmd/scw/testdata/test-all-usage-mongodb-node-type-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
[include-disabled-types] Defines whether or not to include disabled types
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
1111

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

cmd/scw/testdata/test-all-usage-mongodb-snapshot-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARGS:
99
instance-id UUID of the Database Instance to snapshot
1010
[name] Name of the snapshot
1111
[expires-at] Expiration date of the snapshot (must follow the ISO 8601 format)
12-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
12+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1313

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

cmd/scw/testdata/test-all-usage-mongodb-snapshot-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
snapshot-id UUID of the snapshot
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1111

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

0 commit comments

Comments
 (0)