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
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL.
Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.

USAGE:
scw mnq sns get-info [arg=value ...]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.

USAGE:
scw mnq sqs get-info [arg=value ...]
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/mnq.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ scw mnq sns get-credentials <sns-credentials-id ...> [arg=value ...]

### Get Topics and Events info

Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL.
Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.

**Usage:**

Expand Down Expand Up @@ -543,7 +543,7 @@ scw mnq sqs get-credentials <sqs-credentials-id ...> [arg=value ...]

### Get Queues info

Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.

**Usage:**

Expand Down
4 changes: 2 additions & 2 deletions internal/namespaces/mnq/v1beta1/mnq_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ func mnqSnsActivate() *core.Command {
func mnqSnsGetInfo() *core.Command {
return &core.Command{
Short: `Get Topics and Events info`,
Long: `Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL.`,
Long: `Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.`,
Namespace: "mnq",
Resource: "sns",
Verb: "get-info",
Expand Down Expand Up @@ -830,7 +830,7 @@ func mnqSqsActivate() *core.Command {
func mnqSqsGetInfo() *core.Command {
return &core.Command{
Short: `Get Queues info`,
Long: `Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.`,
Long: `Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.`,
Namespace: "mnq",
Resource: "sqs",
Verb: "get-info",
Expand Down
Loading