From f75f976006b38cb3923e6f6b4d20047ff3d1ce5a Mon Sep 17 00:00:00 2001 From: Tauhid Date: Tue, 5 Dec 2023 16:50:55 +0530 Subject: [PATCH] Changelog added --- .changelog/19821.txt | 3 +++ website/content/commands/peering/exported-services.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/19821.txt diff --git a/.changelog/19821.txt b/.changelog/19821.txt new file mode 100644 index 0000000000..c7f418a1cc --- /dev/null +++ b/.changelog/19821.txt @@ -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. +``` diff --git a/website/content/commands/peering/exported-services.mdx b/website/content/commands/peering/exported-services.mdx index 398f545d6d..9918bcdd59 100644 --- a/website/content/commands/peering/exported-services.mdx +++ b/website/content/commands/peering/exported-services.mdx @@ -25,7 +25,7 @@ Usage: `consul peering exported-services [options] -name ` #### Command Options -- `-name=` - (Required) The name of the peer associated with a connection that you want to read. +- `-name=` - (Required) The name of the peer associated with a connection. - `-format={pretty|json}` - Command output format. The default value is `pretty`.