docs/docs/hasura-cli/commands/hasura_plugins_upgrade.mdx
Upgrade a plugin to a newer version.
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.
hasura plugins upgrade [flags]
# Upgrade a plugin to a newer version
hasura plugins upgrade [plugin-name]
-h, --help help for upgrade
--version string version to be upgraded
--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
Auto generated by spf13/cobra