replicatedctl system status

Gets the Replicated system status

This content is associated with a legacy version of the Replicated product. For the current Replicated product documentation, see docs.replicated.com.

replicatedctl system status

Gets the Replicated system status

Synopsis

Gets the Replicated system status

replicatedctl system status [flags]

Examples


  # Output only system statuses
  replicatedctl system status --template '{{.SystemStatus}}'

  # Output the max system status from all statuses, failed > initializing > ready
  replicatedctl system status -q

Options

  -h, --help              help for status
  -o, --output string     Output format. One of: json|yaml
  -q, --quiet             Displays the max status of all systems
      --template string   Format the output using the given Go template

Options inherited from parent commands

      --host string   Replicated API host (default "unix:///var/run/replicated/replicated-cli.sock")

SEE ALSO