Hasura CLI: hasura platform:cluster upgrade¶
Upgrade Hasura clusters
Synopsis¶
Upgrade an existing Hasura cluster to a new configuration
hasura platform:cluster upgrade [flags]
Examples¶
# Upgrade an existing cluster to a different configuration
# visit https://platform.hasura.io/pricing/ and select a config
# get the infrastructure config code and execute the command
$ hasura cluster upgrade -c [cluster-alias] -i [code]
Options¶
-c, --cluster string alias of cluster to be upgraded
-h, --help help for upgrade
-i, --infra string code for new infrastructure configuration (generate from https://platform.hasura.io/pricing/)
--skip-confirmation skip confirmation prompt to continue with cluster creation
Options inherited from parent commands¶
--project string hasura project directory where the commands should be executed. (default: current directory)
Was this page helpful?