docs: show CLI cmd-specific opts before general opts

Applied to a single command (acl auth-method create).
pull/12903/head
Jared Kirschner 2022-04-29 16:22:08 -07:00
parent c34e4f35fb
commit cd562564ba
1 changed files with 7 additions and 7 deletions

View File

@ -23,12 +23,6 @@ are not supported from commands, but may be from the corresponding HTTP endpoint
Usage: `consul acl auth-method create [options] [args]` Usage: `consul acl auth-method create [options] [args]`
#### API Options
@include 'http_api_options_client.mdx'
@include 'http_api_options_server.mdx'
#### Command Options #### Command Options
- `-description=<string>` - A description of the auth method. - `-description=<string>` - A description of the auth method.
@ -71,6 +65,8 @@ Usage: `consul acl auth-method create [options] [args]`
#### Enterprise Options #### Enterprise Options
@include 'http_api_partition_options.mdx'
@include 'http_api_namespace_options.mdx' @include 'http_api_namespace_options.mdx'
- `-namespace-rule-bind-namespace=<value>` - Namespace to bind on match. Can - `-namespace-rule-bind-namespace=<value>` - Namespace to bind on match. Can
@ -80,7 +76,11 @@ Usage: `consul acl auth-method create [options] [args]`
verified identity attributes returned from the auth method during login to verified identity attributes returned from the auth method during login to
determine if the namespace rule applies. Added in Consul 1.8.0. determine if the namespace rule applies. Added in Consul 1.8.0.
@include 'http_api_partition_options.mdx' #### API Options
@include 'http_api_options_client.mdx'
@include 'http_api_options_server.mdx'
## Examples ## Examples