mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
53 lines
1.0 KiB
ReStructuredText
53 lines
1.0 KiB
ReStructuredText
.. meta::
|
|
:description: Use hasura plugins install to install Hasura plugins on the Hasura CLI
|
|
:keywords: hasura, docs, CLI, hasura plugins install
|
|
|
|
.. _hasura_plugins_install:
|
|
|
|
Hasura CLI: hasura plugins install
|
|
----------------------------------
|
|
|
|
Install a Hasura plugin.
|
|
|
|
Synopsis
|
|
~~~~~~~~
|
|
|
|
|
|
Install a Hasura plugin.
|
|
|
|
::
|
|
|
|
hasura plugins install [plugin-name] [flags]
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
# Install a plugin
|
|
hasura plugins install [plugin-name]
|
|
|
|
Options
|
|
~~~~~~~
|
|
|
|
::
|
|
|
|
-h, --help help for install
|
|
|
|
Options inherited from parent commands
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
::
|
|
|
|
--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 plugins <hasura_plugins>` - Manage hasura plugins
|
|
|
|
*Auto generated by spf13/cobra*
|