open-consul/website/content/commands/catalog/datacenters.mdx
Zachary Shilton 5b53b5aef5
website: implement mktg 032 (#9953)
* website: migrate to new nav-data format

* website: clean up unused intro content

* website: remove deprecated sidebar_title from frontmatter

* website: add react-content to fix global style import issue
2021-04-07 15:50:38 -04:00

32 lines
467 B
Plaintext

---
layout: commands
page_title: 'Commands: Catalog List 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'