Skip to content

Commit 7905712

Browse files
authored
docs(mnq): clean the doc before going for public beta (#2717)
1 parent 86a569d commit 7905712

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-mnq-namespace-create-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
[name=<generated>] Namespace name
10-
protocol Namespace protocol (unknown | nats | sqs_sns | amqp)
10+
protocol Namespace protocol (unknown | nats | sqs_sns)
1111
[project-id] Project ID to use. If none is passed the default project ID will be used
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
1313

docs/commands/mnq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ scw mnq namespace create [arg=value ...]
151151
| Name | | Description |
152152
|------|---|-------------|
153153
| name | Default: `<generated>` | Namespace name |
154-
| protocol | Required<br />One of: `unknown`, `nats`, `sqs_sns`, `amqp` | Namespace protocol |
154+
| protocol | Required<br />One of: `unknown`, `nats`, `sqs_sns` | Namespace protocol |
155155
| project-id | | Project ID to use. If none is passed the default project ID will be used |
156156
| region | Default: `fr-par`<br />One of: `fr-par` | Region to target. If none is passed will use default region from the config |
157157

internal/namespaces/mnq/v1alpha1/mnq_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func mnqNamespaceCreate() *core.Command {
138138
Required: true,
139139
Deprecated: false,
140140
Positional: false,
141-
EnumValues: []string{"unknown", "nats", "sqs_sns", "amqp"},
141+
EnumValues: []string{"unknown", "nats", "sqs_sns"},
142142
},
143143
core.ProjectIDArgSpec(),
144144
core.RegionArgSpec(scw.RegionFrPar),

0 commit comments

Comments
 (0)