Changelog added

pull/19821/head
Tauhid 2023-12-05 16:50:55 +05:30
parent 53f3d35d5f
commit f75f976006
2 changed files with 4 additions and 1 deletions

3
.changelog/19821.txt Normal file
View File

@ -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.
```

View File

@ -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`.