Skip to content

Commit

Permalink
Add section for enterprise options
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 10, 2023
1 parent db8d974 commit f64e808
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/content/commands/services/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f64e808

Please sign in to comment.