graphql-engine/docs/graphql/core/hasura-cli/hasura_plugins.rst

52 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2020-02-24 19:19:14 +03:00
.. meta::
:description: Manage plugins for the CLI using the Hasura CLI
2020-02-24 19:19:14 +03:00
:keywords: hasura, docs, CLI, hasura plugins
.. _hasura_plugins:
Hasura CLI: hasura plugins
--------------------------
Manage plugins for the CLI.
2020-02-24 19:19:14 +03:00
Synopsis
~~~~~~~~
2020-05-11 15:14:48 +03:00
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.
2020-05-11 15:14:48 +03:00
Alias: plugin
2020-02-24 19:19:14 +03:00
Options
~~~~~~~
::
-h, --help help for plugins
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
2020-05-11 15:14:48 +03:00
--envfile string .env filename to load ENV vars from (default ".env")
2020-02-24 19:19:14 +03:00
--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>` - Hasura GraphQL engine command line tool
* :ref:`hasura plugins install <hasura_plugins_install>` - Install a plugin from the index
* :ref:`hasura plugins list <hasura_plugins_list>` - List all available plugins from index, versions and installation status
* :ref:`hasura plugins uninstall <hasura_plugins_uninstall>` - Uninstall a plugin
* :ref:`hasura plugins upgrade <hasura_plugins_upgrade>` - Upgrade a plugin to a newer version
2020-02-24 19:19:14 +03:00
*Auto generated by spf13/cobra*