open-consul/website/content/commands/agent.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

20 lines
721 B
Plaintext

---
layout: commands
page_title: 'Commands: Agent'
description: >-
The `consul agent` command is the heart of Consul: it runs the agent that
performs the important task of maintaining membership information, running
checks, announcing services, handling queries, etc.
---
# Consul Agent
The `consul agent` command is the heart of Consul: it runs the agent that
performs the important task of maintaining membership information,
running checks, announcing services, handling queries, etc.
Due to the power and flexibility of this command, the Consul agent
is documented in its own section. See the [Consul Agent](/docs/agent/basics)
section for more information on how to use this command and the
options it has.