Skip to content

Commit

Permalink
backport of commit 6b6dbb4
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 10, 2023
1 parent 37ccdf2 commit e7ccc36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/commands/services/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Usage: consul services export [options] -name <service name> -consumer-peers <ot

#### Command Options

- `-name` - (Required) The name of the service to export.
- `-name=<string>` - (Required) The name of the service to export.

- `-consumer-peers` - (Required) A comma-separated list of cluster peers to export the service to.
- `-consumer-peers=<string>` - (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
- `-consumer-partitions=<string>` - 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'
Expand Down

0 comments on commit e7ccc36

Please sign in to comment.