Skip to content

Commit

Permalink
docs(mnq): clean the doc before going for public beta (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jan 10, 2023
1 parent 86a569d commit 7905712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:

ARGS:
[name=<generated>] Namespace name
protocol Namespace protocol (unknown | nats | sqs_sns | amqp)
protocol Namespace protocol (unknown | nats | sqs_sns)
[project-id] Project ID to use. If none is passed the default project ID will be used
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/mnq.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ scw mnq namespace create [arg=value ...]
| Name | | Description |
|------|---|-------------|
| name | Default: `<generated>` | Namespace name |
| protocol | Required<br />One of: `unknown`, `nats`, `sqs_sns`, `amqp` | Namespace protocol |
| protocol | Required<br />One of: `unknown`, `nats`, `sqs_sns` | Namespace protocol |
| project-id | | Project ID to use. If none is passed the default project ID will be used |
| region | Default: `fr-par`<br />One of: `fr-par` | Region to target. If none is passed will use default region from the config |

Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/mnq/v1alpha1/mnq_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func mnqNamespaceCreate() *core.Command {
Required: true,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown", "nats", "sqs_sns", "amqp"},
EnumValues: []string{"unknown", "nats", "sqs_sns"},
},
core.ProjectIDArgSpec(),
core.RegionArgSpec(scw.RegionFrPar),
Expand Down

0 comments on commit 7905712

Please sign in to comment.