Skip to content

Commit e7b9fc3

Browse files
authored
feat(rdb): Add WAW region documentation (#1536)
1 parent 804cc3b commit e7b9fc3

File tree

33 files changed

+64
-64
lines changed

33 files changed

+64
-64
lines changed

cmd/scw/testdata/test-all-usage-rdb-acl-add-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 instance you want to add acl rules to
1010
[rules.{index}.ip]
1111
[rules.{index}.description]
12-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
12+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1313

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

cmd/scw/testdata/test-all-usage-rdb-acl-delete-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 instance you want to delete an ACL rules from
1010
[acl-rule-ips.{index}] ACL rules IP present on the instance
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1212

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

cmd/scw/testdata/test-all-usage-rdb-acl-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
instance-id UUID of the instance
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

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

cmd/scw/testdata/test-all-usage-rdb-backup-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARGS:
1010
[database-name] Name of the database you want to make a backup of
1111
[name=<generated>] Name of the backup
1212
[expires-at] Expiration date (Format ISO 8601)
13-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
13+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1414

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

cmd/scw/testdata/test-all-usage-rdb-backup-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
database-backup-id UUID of the database backup to delete
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

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

cmd/scw/testdata/test-all-usage-rdb-backup-export-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
database-backup-id UUID of the database backup you want to export
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

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

cmd/scw/testdata/test-all-usage-rdb-backup-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
database-backup-id UUID of the database backup
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

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

cmd/scw/testdata/test-all-usage-rdb-backup-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS:
1111
[instance-id] UUID of the instance
1212
[project-id] Project ID the database backups belongs to
1313
[organization-id] Organization ID the database backups belongs to
14-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
14+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1515

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

cmd/scw/testdata/test-all-usage-rdb-backup-restore-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARGS:
99
[database-name] Defines the destination database in order to restore into a specified database, the default destination is set to the origin database of the backup
1010
database-backup-id Backup of a logical database
1111
instance-id Defines the rdb instance where the backup has to be restored
12-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
12+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1313

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

cmd/scw/testdata/test-all-usage-rdb-backup-update-usage.golden

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

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

0 commit comments

Comments
 (0)