Hasura CLI: hasura platform:cluster status

Show status of a cluster

Synopsis

Show details and state of configuration of a cluster

hasura platform:cluster status [flags]

Examples

# Get the status of default cluster in a project:
$ hasura cluster status

# Get status of a cluster called 'production' while in a project directory:
$ hasura cluster status -c production

# Get status of a pro-tier Hasura cluster by name:
$ hasura cluster status [cluster-name]

Options

-c, --cluster string   alias of the cluster to be contacted
-h, --help             help for status

Options inherited from parent commands

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO

Auto generated by spf13/cobra