consul/website/pages/commands/catalog/datacenters.mdx
Mike Morris 91ee7990cc
website: 1.8.x catchup (#8648)
* website: purge existing directory

* website: bulk update from master with changes specific to the upcoming 1.9 release excluded

* test: revert envoy_version to 1.14.2 for existing-ca-path golden file
2020-09-10 13:32:06 -04:00

33 lines
494 B
Plaintext

---
layout: commands
page_title: 'Commands: Catalog List Datacenters'
sidebar_title: datacenters
---
# Consul Catalog List Datacenters
Command: `consul catalog datacenters`
The `catalog datacenters` command prints all known datacenters.
## Examples
List all datacenters:
```shell-session
$ consul catalog datacenters
dc1
dc2
dc3
```
## Usage
Usage: `consul catalog datacenters [options]`
#### API Options
@include 'http_api_options_client.mdx'
@include 'http_api_options_server.mdx'