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.
hasura plugins upgrade [flags]
Examples
# Upgrade a plugin to a newer version
hasura plugins upgrade [plugin-name]
Options
-h, --help help for upgrade
--version string version to be upgraded
Options inherited from parent commands
--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
- hasura plugins - Manage plugins for the CLI
Auto generated by spf13/cobra