Hasura CLI: hasura update-cli

Update hasura to latest version

Synopsis

Automatically download and install the latest version of hasura

hasura update-cli [flags]

Examples

# Update hasura to the latest stable version
$ hasura update-cli

# On unix systems, if hasura is installed onto a location that can be accessed only by root, use
$ sudo hasura update-cli

Options

-h, --help   help for update-cli

Options inherited from parent commands

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO

  • hasura - hasura controls the hasura project

Auto generated by spf13/cobra