Back to Graphql Engine

Hasura CLI: hasura plugins list

docs/docs/hasura-cli/commands/hasura_plugins_list.mdx

2.50.11.2 KB
Original Source

Hasura CLI: hasura plugins list

List all available plugins from index, versions and installation status.

Synopsis

To see a list of all the available plugins which extend the functionality of the CLI, their versions and installation status, run the list command.

bash
hasura plugins list [flags]

Alias: ls

Examples

bash
# List all plugins
hasura plugins list

# The command also updates the plugin index that is cached locally
# To avoid updating the index, use the following flag:
hasura plugins list --dont-update-index

Options

sass
    --dont-update-index   don't update the plugin index local cache, only show the list
-h, --help                help for list

Options inherited from parent commands

sass
--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

Auto generated by spf13/cobra