Hasura CLI: hasura plugins list¶
List all Hasura plugins.
Examples¶
# List all hasura plugins
hasura plugins list
# List all hasura plugins without updating index
hasura plugins list --update-index false
Options¶
-h, --help help for list
--update-index update plugin index (default true)
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
Was this page helpful?