41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
|
---
|
||
|
layout: commands
|
||
|
page_title: 'Commands: Peering'
|
||
|
---
|
||
|
|
||
|
# Consul Peering
|
||
|
|
||
|
Command: `consul peering`
|
||
|
|
||
|
Use the `peering` command to create and manage peering connections between Consul clusters, including token generation and consumption. Refer to
|
||
|
[Create and Manage Peerings Connections](/docs/connect/cluster-peering/create-manage-peering) for an
|
||
|
overview of the CLI workflow for cluster peering.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```text
|
||
|
Usage: consul peering <subcommand> [options]
|
||
|
|
||
|
# ...
|
||
|
|
||
|
Subcommands:
|
||
|
|
||
|
delete Close and delete a peering connection
|
||
|
establish Consume a peering token and establish a connection with the accepting cluster
|
||
|
generate-token Generate a peering token for use by a dialing cluster
|
||
|
list List the local cluster's peering connections
|
||
|
read Read detailed information on a peering connection
|
||
|
```
|
||
|
|
||
|
For more information, examples, and usage about a subcommand, click on the name
|
||
|
of the subcommand in the sidebar or one of the links below:
|
||
|
|
||
|
- [delete](/commands/peering/delete)
|
||
|
- [establish](/commands/peering/establish)
|
||
|
- [generate-token](/commands/peering/generate-token)
|
||
|
- [list](/commands/peering/list)
|
||
|
- [read](/commands/peering/read)
|
||
|
|
||
|
|
||
|
|