Back to Graphql Engine

Hasura CLI: hasura plugins install

docs/docs/hasura-cli/commands/hasura_plugins_install.mdx

2.48.161.1 KB
Original Source

Hasura CLI: hasura plugins install

Install a plugin from the index.

Synopsis

To install plugins that extend the functionality of the Hasura CLI, you can use the install command. This command will install the plugin from the index and add it to your configuration file.

bash
hasura plugins install [plugin-name] [flags]

Examples

bash
# Install a plugin:
hasura plugins install [plugin-name]

Options

sass
-h, --help             help for install
    --version string   version to be installed

Options inherited from parent commands

sass
--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

Auto generated by spf13/cobra