Skip to content

Commit 7ae70ce

Browse files
authored
docs(serverless): add note about mnq region availability (#3488)
1 parent 9ee7dae commit 7ae70ce

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

cmd/scw/testdata/test-all-usage-container-trigger-create-usage.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ ARGS:
1010
container-id ID of the container to trigger
1111
[description] Description of the trigger
1212
[scw-sqs-config.queue] Name of the SQS queue the trigger should listen to
13-
[scw-sqs-config.mnq-project-id] ID of the M&Q project
14-
[scw-sqs-config.mnq-region] Region in which the M&Q project is activated
13+
[scw-sqs-config.mnq-project-id] ID of the Messaging and Queuing project
14+
[scw-sqs-config.mnq-region] Region in which the Messaging and Queuing project is activated.
1515
[scw-nats-config.subject] Name of the NATS subject the trigger should listen to
16-
[scw-nats-config.mnq-nats-account-id] ID of the M&Q NATS account
17-
[scw-nats-config.mnq-project-id] ID of the M&Q project
18-
[scw-nats-config.mnq-region] Region of the M&Q project
16+
[scw-nats-config.mnq-nats-account-id] ID of the Messaging and Queuing NATS account
17+
[scw-nats-config.mnq-project-id] ID of the Messaging and Queuing project
18+
[scw-nats-config.mnq-region] Region in which the Messaging and Queuing project is activated.
1919
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
2020

2121
DEPRECATED ARGS:

cmd/scw/testdata/test-all-usage-function-trigger-create-usage.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ ARGS:
1010
function-id ID of the function to trigger
1111
[description] Description of the trigger
1212
[scw-sqs-config.queue] Name of the SQS queue the trigger should listen to
13-
[scw-sqs-config.mnq-project-id] ID of the M&Q project
14-
[scw-sqs-config.mnq-region] Region in which the M&Q project is activated
13+
[scw-sqs-config.mnq-project-id] ID of the Messaging and Queuing project
14+
[scw-sqs-config.mnq-region] Region in which the Messaging and Queuing project is activated.
1515
[scw-nats-config.subject] Name of the NATS subject the trigger should listen to
16-
[scw-nats-config.mnq-nats-account-id] ID of the M&Q NATS account
17-
[scw-nats-config.mnq-project-id] ID of the M&Q project
18-
[scw-nats-config.mnq-region] Region of the M&Q project
16+
[scw-nats-config.mnq-nats-account-id] ID of the Messaging and Queuing NATS account
17+
[scw-nats-config.mnq-project-id] ID of the Messaging and Queuing project
18+
[scw-nats-config.mnq-region] Region in which the Messaging and Queuing project is activated.
1919
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
2020

2121
DEPRECATED ARGS:

docs/commands/container.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -688,13 +688,13 @@ scw container trigger create [arg=value ...]
688688
| description | | Description of the trigger |
689689
| ~~scw-sqs-config.mnq-namespace-id~~ | Deprecated | |
690690
| scw-sqs-config.queue | | Name of the SQS queue the trigger should listen to |
691-
| scw-sqs-config.mnq-project-id | | ID of the M&Q project |
692-
| scw-sqs-config.mnq-region | | Region in which the M&Q project is activated |
691+
| scw-sqs-config.mnq-project-id | | ID of the Messaging and Queuing project |
692+
| scw-sqs-config.mnq-region | | Region in which the Messaging and Queuing project is activated. |
693693
| ~~scw-nats-config.mnq-namespace-id~~ | Deprecated | |
694694
| scw-nats-config.subject | | Name of the NATS subject the trigger should listen to |
695-
| scw-nats-config.mnq-nats-account-id | | ID of the M&Q NATS account |
696-
| scw-nats-config.mnq-project-id | | ID of the M&Q project |
697-
| scw-nats-config.mnq-region | | Region of the M&Q project |
695+
| scw-nats-config.mnq-nats-account-id | | ID of the Messaging and Queuing NATS account |
696+
| scw-nats-config.mnq-project-id | | ID of the Messaging and Queuing project |
697+
| scw-nats-config.mnq-region | | Region in which the Messaging and Queuing project is activated. |
698698
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
699699

700700

docs/commands/function.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -745,13 +745,13 @@ scw function trigger create [arg=value ...]
745745
| description | | Description of the trigger |
746746
| ~~scw-sqs-config.mnq-namespace-id~~ | Deprecated | |
747747
| scw-sqs-config.queue | | Name of the SQS queue the trigger should listen to |
748-
| scw-sqs-config.mnq-project-id | | ID of the M&Q project |
749-
| scw-sqs-config.mnq-region | | Region in which the M&Q project is activated |
748+
| scw-sqs-config.mnq-project-id | | ID of the Messaging and Queuing project |
749+
| scw-sqs-config.mnq-region | | Region in which the Messaging and Queuing project is activated. |
750750
| ~~scw-nats-config.mnq-namespace-id~~ | Deprecated | |
751751
| scw-nats-config.subject | | Name of the NATS subject the trigger should listen to |
752-
| scw-nats-config.mnq-nats-account-id | | ID of the M&Q NATS account |
753-
| scw-nats-config.mnq-project-id | | ID of the M&Q project |
754-
| scw-nats-config.mnq-region | | Region of the M&Q project |
752+
| scw-nats-config.mnq-nats-account-id | | ID of the Messaging and Queuing NATS account |
753+
| scw-nats-config.mnq-project-id | | ID of the Messaging and Queuing project |
754+
| scw-nats-config.mnq-region | | Region in which the Messaging and Queuing project is activated. |
755755
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
756756

757757

internal/namespaces/container/v1beta1/container_cli.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,14 +1427,14 @@ func containerTriggerCreate() *core.Command {
14271427
},
14281428
{
14291429
Name: "scw-sqs-config.mnq-project-id",
1430-
Short: `ID of the M&Q project`,
1430+
Short: `ID of the Messaging and Queuing project`,
14311431
Required: false,
14321432
Deprecated: false,
14331433
Positional: false,
14341434
},
14351435
{
14361436
Name: "scw-sqs-config.mnq-region",
1437-
Short: `Region in which the M&Q project is activated`,
1437+
Short: `Region in which the Messaging and Queuing project is activated.`,
14381438
Required: false,
14391439
Deprecated: false,
14401440
Positional: false,
@@ -1454,21 +1454,21 @@ func containerTriggerCreate() *core.Command {
14541454
},
14551455
{
14561456
Name: "scw-nats-config.mnq-nats-account-id",
1457-
Short: `ID of the M&Q NATS account`,
1457+
Short: `ID of the Messaging and Queuing NATS account`,
14581458
Required: false,
14591459
Deprecated: false,
14601460
Positional: false,
14611461
},
14621462
{
14631463
Name: "scw-nats-config.mnq-project-id",
1464-
Short: `ID of the M&Q project`,
1464+
Short: `ID of the Messaging and Queuing project`,
14651465
Required: false,
14661466
Deprecated: false,
14671467
Positional: false,
14681468
},
14691469
{
14701470
Name: "scw-nats-config.mnq-region",
1471-
Short: `Region of the M&Q project`,
1471+
Short: `Region in which the Messaging and Queuing project is activated.`,
14721472
Required: false,
14731473
Deprecated: false,
14741474
Positional: false,

internal/namespaces/function/v1beta1/function_cli.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,14 +1525,14 @@ func functionTriggerCreate() *core.Command {
15251525
},
15261526
{
15271527
Name: "scw-sqs-config.mnq-project-id",
1528-
Short: `ID of the M&Q project`,
1528+
Short: `ID of the Messaging and Queuing project`,
15291529
Required: false,
15301530
Deprecated: false,
15311531
Positional: false,
15321532
},
15331533
{
15341534
Name: "scw-sqs-config.mnq-region",
1535-
Short: `Region in which the M&Q project is activated`,
1535+
Short: `Region in which the Messaging and Queuing project is activated.`,
15361536
Required: false,
15371537
Deprecated: false,
15381538
Positional: false,
@@ -1552,21 +1552,21 @@ func functionTriggerCreate() *core.Command {
15521552
},
15531553
{
15541554
Name: "scw-nats-config.mnq-nats-account-id",
1555-
Short: `ID of the M&Q NATS account`,
1555+
Short: `ID of the Messaging and Queuing NATS account`,
15561556
Required: false,
15571557
Deprecated: false,
15581558
Positional: false,
15591559
},
15601560
{
15611561
Name: "scw-nats-config.mnq-project-id",
1562-
Short: `ID of the M&Q project`,
1562+
Short: `ID of the Messaging and Queuing project`,
15631563
Required: false,
15641564
Deprecated: false,
15651565
Positional: false,
15661566
},
15671567
{
15681568
Name: "scw-nats-config.mnq-region",
1569-
Short: `Region of the M&Q project`,
1569+
Short: `Region in which the Messaging and Queuing project is activated.`,
15701570
Required: false,
15711571
Deprecated: false,
15721572
Positional: false,

0 commit comments

Comments
 (0)