Hasura CLI: hasura platform:conf apply

Apply configuration to a cluster

Synopsis

Update a cluster with the modified configuration in the project

hasura platform:conf apply [flags]

Examples

# Apply configuration to a cluster called 'staging':
$ hasura conf apply -c staging

Options

-c, --cluster string   alias of the cluster to be contacted
    --dry-run          render the configuration, but do not apply on cluster
-h, --help             help for apply

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