Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ ARGS:
[scw-nats-config.mnq-region] Region in which the Messaging and Queuing project is activated.
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)

DEPRECATED ARGS:
[scw-sqs-config.mnq-namespace-id]
[scw-nats-config.mnq-namespace-id]

FLAGS:
-h, --help help for create

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ ARGS:
[scw-nats-config.mnq-region] Region in which the Messaging and Queuing project is activated.
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)

DEPRECATED ARGS:
[scw-sqs-config.mnq-namespace-id]
[scw-nats-config.mnq-namespace-id]

FLAGS:
-h, --help help for create

Expand Down
2 changes: 0 additions & 2 deletions docs/commands/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,9 @@ scw container trigger create [arg=value ...]
| name | Required | Name of the trigger |
| container-id | Required | ID of the container to trigger |
| description | | Description of the trigger |
| ~~scw-sqs-config.mnq-namespace-id~~ | Deprecated | |
| scw-sqs-config.queue | | Name of the SQS queue the trigger should listen to |
| scw-sqs-config.mnq-project-id | | ID of the Messaging and Queuing project |
| scw-sqs-config.mnq-region | | Region in which the Messaging and Queuing project is activated. |
| ~~scw-nats-config.mnq-namespace-id~~ | Deprecated | |
| scw-nats-config.subject | | Name of the NATS subject the trigger should listen to |
| scw-nats-config.mnq-nats-account-id | | ID of the Messaging and Queuing NATS account |
| scw-nats-config.mnq-project-id | | ID of the Messaging and Queuing project |
Expand Down
2 changes: 0 additions & 2 deletions docs/commands/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,9 @@ scw function trigger create [arg=value ...]
| name | Required | Name of the trigger |
| function-id | Required | ID of the function to trigger |
| description | | Description of the trigger |
| ~~scw-sqs-config.mnq-namespace-id~~ | Deprecated | |
| scw-sqs-config.queue | | Name of the SQS queue the trigger should listen to |
| scw-sqs-config.mnq-project-id | | ID of the Messaging and Queuing project |
| scw-sqs-config.mnq-region | | Region in which the Messaging and Queuing project is activated. |
| ~~scw-nats-config.mnq-namespace-id~~ | Deprecated | |
| scw-nats-config.subject | | Name of the NATS subject the trigger should listen to |
| scw-nats-config.mnq-nats-account-id | | ID of the Messaging and Queuing NATS account |
| scw-nats-config.mnq-project-id | | ID of the Messaging and Queuing project |
Expand Down
12 changes: 0 additions & 12 deletions internal/namespaces/container/v1beta1/container_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -1402,12 +1402,6 @@ func containerTriggerCreate() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "scw-sqs-config.mnq-namespace-id",
Required: false,
Deprecated: true,
Positional: false,
},
{
Name: "scw-sqs-config.queue",
Short: `Name of the SQS queue the trigger should listen to`,
Expand All @@ -1429,12 +1423,6 @@ func containerTriggerCreate() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "scw-nats-config.mnq-namespace-id",
Required: false,
Deprecated: true,
Positional: false,
},
{
Name: "scw-nats-config.subject",
Short: `Name of the NATS subject the trigger should listen to`,
Expand Down
12 changes: 0 additions & 12 deletions internal/namespaces/function/v1beta1/function_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -1500,12 +1500,6 @@ func functionTriggerCreate() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "scw-sqs-config.mnq-namespace-id",
Required: false,
Deprecated: true,
Positional: false,
},
{
Name: "scw-sqs-config.queue",
Short: `Name of the SQS queue the trigger should listen to`,
Expand All @@ -1527,12 +1521,6 @@ func functionTriggerCreate() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "scw-nats-config.mnq-namespace-id",
Required: false,
Deprecated: true,
Positional: false,
},
{
Name: "scw-nats-config.subject",
Short: `Name of the NATS subject the trigger should listen to`,
Expand Down