graphql-engine/docs/graphql/manual/hasura-cli/hasura_plugins_list.rst

59 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2020-02-24 19:19:14 +03:00
.. meta::
:description: Use hasura plugins list to list Hasura plugins on the Hasura CLI
:keywords: hasura, docs, CLI, hasura plugins list
.. _hasura_plugins_list:
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
~~~~~~~~
* :ref:`hasura plugins <hasura_plugins>` - Manage hasura plugins
*Auto generated by spf13/cobra*