mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
59 lines
1.2 KiB
ReStructuredText
59 lines
1.2 KiB
ReStructuredText
.. 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*
|