Back to Graphql Engine

Hasura CLI: hasura plugins upgrade

docs/docs/hasura-cli/commands/hasura_plugins_upgrade.mdx

2.50.11.1 KB
Original Source

Hasura CLI: hasura plugins upgrade

Upgrade a plugin to a newer version.

Synopsis

To upgrade a plugin, run the upgrade command with the name of the plugin as an argument. If unsure of the plugin's name, you can run the Hasura plugins list command to see a list of all the available plugins.

bash
hasura plugins upgrade [flags]

Examples

bash
# Upgrade a plugin to a newer version
hasura plugins upgrade [plugin-name]

Options

sass
-h, --help             help for upgrade
    --version string   version to be upgraded

Options inherited from parent commands

sass
--envfile string      .env filename to load ENV vars from (default ".env")
--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

SEE ALSO

Auto generated by spf13/cobra