.. meta:: :description: Use hasura plugins to manage Hasura plugins on the Hasura CLI :keywords: hasura, docs, CLI, hasura plugins .. _hasura_plugins: Hasura CLI: hasura plugins -------------------------- Manage Hasura plugins. Synopsis ~~~~~~~~ Manage Hasura plugins. Plugins can be installed to extend the functionality of Hasura CLI An index for all available plugins can be found at https://github.com/hasura/cli-plugins-index Please open pull requests against this repo to add new plugins Alias: plugin Examples ~~~~~~~~ :: # Install a plugin hasura plugins install [plugin-name] # Uninstall a plugin hasura plugins uninstall [plugin-name] # Upgrade a plugin hasura plugins upgrade [plugin-name] # List all plugins hasura plugins list 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 ~~~~~~~~ * :ref:`hasura ` - Hasura GraphQL engine command line tool * :ref:`hasura plugins install ` - Install a hasura plugin * :ref:`hasura plugins list ` - List all hasura plugin * :ref:`hasura plugins uninstall ` - Uninstall a hasura plugin * :ref:`hasura plugins upgrade ` - Upgrade a hasura plugin *Auto generated by spf13/cobra*