Hasura CLI: hasura update-cli¶
Update the CLI to the latest version.
Examples¶
# Update CLI to latest version:
hasura update-cli
# To disable auto-update check on the CLI, set
# "show_update_notification": false
# in ~/.hasura/config.json
Options¶
-h, --help help for update-cli
Options inherited from parent commands¶
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--no-color do not colorize output (default: false)
--project string directory where commands are executed (default: current dir)
--skip-update-check skip automatic update check on command execution
Was this page helpful?