Hasura CLI: hasura plugins list

List all Hasura plugins.

Synopsis

List all Hasura plugins.

hasura plugins list [flags]

Alias: ls

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

SEE ALSO

Auto generated by spf13/cobra