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.
hasura plugins install [plugin-name] [flags]
Examples
# Install a plugin:
hasura plugins install [plugin-name]
Options
-h, --help help for install
--version string version to be installed
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 plugins - Manage plugins for the CLI
Auto generated by spf13/cobra