Hasura CLI: hasura plugins install
Install a plugin from the index.
Synopsis
Install a plugin from the index.
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