Skip to content

Commit 2aeba00

Browse files
authored
feat(mnq): add support for the nl-ams region (#3663)
1 parent 8a15052 commit 2aeba00

30 files changed

+96
-94
lines changed

cmd/scw/testdata/test-all-usage-mnq-nats-create-account-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
[name=<generated>] NATS account name
1010
[project-id] Project ID to use. If none is passed the default project ID will be used
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
1212

1313
FLAGS:
1414
-h, --help help for create-account

cmd/scw/testdata/test-all-usage-mnq-nats-create-credentials-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
nats-account-id NATS account containing the credentials
1010
[name=<generated>] Name of the credentials
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
1212

1313
FLAGS:
1414
-h, --help help for create-credentials

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

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

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

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

cmd/scw/testdata/test-all-usage-mnq-nats-get-account-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
nats-account-id ID of the NATS account to get
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
1111

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

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

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

cmd/scw/testdata/test-all-usage-mnq-nats-list-accounts-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
[project-id] Include only NATS accounts in this Project
1010
[order-by] Order in which to return results (created_at_asc | created_at_desc | updated_at_asc | updated_at_desc | name_asc | name_desc)
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | all)
1212

1313
FLAGS:
1414
-h, --help help for list-accounts

cmd/scw/testdata/test-all-usage-mnq-nats-list-credentials-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
nats-account-id Include only credentials for this NATS account
1010
[order-by] Order in which to return results (created_at_asc | created_at_desc | updated_at_asc | updated_at_desc | name_asc | name_desc)
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | all)
1212

1313
FLAGS:
1414
-h, --help help for list-credentials

cmd/scw/testdata/test-all-usage-mnq-nats-update-account-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
nats-account-id ID of the NATS account to update
1010
[name] NATS account name
11-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
11+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
1212

1313
FLAGS:
1414
-h, --help help for update-account

cmd/scw/testdata/test-all-usage-mnq-sns-activate-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
[project-id] Project ID to use. If none is passed the default project ID will be used
10-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
10+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
1111

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

0 commit comments

Comments
 (0)