Skip to main content

shift-cli status

Check gateway connectivity and health.

Usage

shift-cli status

Description

The status command pings the configured gateway and reports its health. It displays:

  • Gateway URL — the currently configured gateway endpoint
  • Status — whether the gateway is reachable and healthy
  • Service count — the number of services registered and responding

Examples

# Human-readable output
shift-cli status

# JSON output
shift-cli status --json

# Silent check (exit code only)
shift-cli status --quiet

Exit Codes

CodeMeaning
0Gateway is reachable and healthy
5Gateway is unreachable (EXIT_CONNECTION)