Files
nomad/website/source/docs/commands/server.html.md
Charlie Voiselle 0c359d1a21 Fixup for command section of website
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00

29 lines
904 B
Markdown

---
layout: "docs"
page_title: "Commands: server"
sidebar_current: "docs-commands-server"
description: >
The server command is used to interact with Nomad servers.
---
# Command: server
Command: `nomad server`
The `server` command is used to interact with servers.
## Usage
Usage: `nomad server <subcommand> [options]`
Run `nomad server <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`server force-leave`][force-leave] - Force a server into the 'left' state
- [`server join`][join] - Join server nodes together
- [`server members`][members] - Display a list of known servers and their status
[force-leave]: /docs/commands/server/force-leave.html "Force a server into the 'left' state"
[join]: /docs/commands/server/join.html "Join server nodes together"
[members]: /docs/commands/server/members.html "Display a list of known servers and their status"