Hasura CLI: hasura platform:cluster set-default

Set default cluster to contact

Synopsis

Set a cluster as default to contact for this project

hasura platform:cluster set-default [cluster-alias] [flags]

Examples

# Set the cluster aliased to "prod" as default:
$ hasura cluster set-default prod

Options

-h, --help   help for set-default

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