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

61 lines
1.3 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
2020-05-11 15:14:48 +03:00
# 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
2020-02-24 19:19:14 +03:00
Options
~~~~~~~
::
2020-05-11 15:14:48 +03:00
--dont-update-index don't update the plugin index local cache, only show the list
-h, --help help for list
2020-02-24 19:19:14 +03:00
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
2020-05-11 15:14:48 +03:00
--envfile string .env filename to load ENV vars from (default ".env")
2020-02-24 19:19:14 +03:00
--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*