mirror of https://github.com/hashicorp/consul
Changelog added
parent
53f3d35d5f
commit
f75f976006
|
@ -0,0 +1,3 @@
|
|||
```release-note:feature
|
||||
cli: Adds new subcommand `peering exported-service` to list exported services to a peer . Refer to the [CLI docs](https://www.consul.io/commands/peering) for more information.
|
||||
```
|
|
@ -25,7 +25,7 @@ Usage: `consul peering exported-services [options] -name <peer name>`
|
|||
|
||||
#### Command Options
|
||||
|
||||
- `-name=<string>` - (Required) The name of the peer associated with a connection that you want to read.
|
||||
- `-name=<string>` - (Required) The name of the peer associated with a connection.
|
||||
|
||||
- `-format={pretty|json}` - Command output format. The default value is `pretty`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue