Skip to content

vor show connections

vor show connections

Test connections or show Consul dashboard

Synopsis

Test connectivity and health of all required VOR Stream services or display a Consul services dashboard.

This command verifies: - VOR Stream mid-tier connection and version - Authorization to the mid-tier - SDK API connection - Django server health (database, file storage, migrations)

Use --dashboard (-d) to show an interactive Consul dashboard instead of testing connections. Use --static (-s) with --dashboard to show a static markdown version.

vor show connections [flags]

Examples

$ vor show connections
$ vor show connections --dashboard
$ vor show connections --dashboard --static

Options

  -d, --dashboard   Show Consul services dashboard (interactive by default)
  -h, --help        help for connections
  -s, --static      Show static markdown dashboard instead of interactive (use with --dashboard)

Options inherited from parent commands

      --play string   playpen path
      --renew-token   renew token (default true)

SEE ALSO