graphql-engine/docs/graphql/manual/hasura-cli/hasura_update-cli.rst

52 lines
851 B
ReStructuredText
Raw Normal View History

.. _hasura_update-cli:
Hasura CLI: hasura update-cli
-----------------------------
Update the CLI to latest version
Synopsis
~~~~~~~~
Update the CLI to latest version
::
hasura update-cli [flags]
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")
--project string directory where commands are executed. (default: current dir)
SEE ALSO
~~~~~~~~
* :ref:`hasura <hasura>` - Hasura GraphQL Engine command line tool
*Auto generated by spf13/cobra*