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