mirror of https://github.com/hashicorp/consul
Add section for enterprise options
parent
db8d974cf1
commit
f64e808d5b
|
@ -33,11 +33,15 @@ Usage: consul services export [options] -name <service name> -consumer-peers <ot
|
|||
- `-consumer-peers` - (Required) A comma-separated list of cluster peers to export the service to.
|
||||
In Consul Enterprise, this flag is optional if -consumer-partitions is specified.
|
||||
|
||||
#### Enterprise Options
|
||||
|
||||
- `-consumer-partitions` - (Enterprise only) A comma-separated list of admin partitions within the
|
||||
same datacenter to export the service to. This flag is optional if -consumer-peers is specified.
|
||||
|
||||
@include 'http_api_partition_options.mdx'
|
||||
|
||||
@include 'http_api_namespace_options.mdx'
|
||||
|
||||
#### API Options
|
||||
|
||||
@include 'http_api_options_client.mdx'
|
||||
|
||||
@include 'http_api_options_server.mdx'
|
||||
|
|
Loading…
Reference in New Issue