Hasura CLI: hasura plugins
Manage plugins for the CLI.
Synopsis
The functionality of the CLI can be extended by using plugins. For a list of all available plugins, run hasura plugins list
, or visit this repository: https://github.com/hasura/cli-plugins-index.
If you're interested in contributing, please open a PR against this repo to add new plugin.
Alias: plugin
Options
-h, --help help for plugins
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 - Hasura GraphQL Engine command line tool
- hasura plugins install - Install a plugin from the index
- hasura plugins list - List all available plugins from index, versions and installation status
- hasura plugins uninstall - Uninstall a plugin
- hasura plugins upgrade - Upgrade a plugin to a newer version
Auto generated by spf13/cobra