mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
53 lines
1.0 KiB
ReStructuredText
53 lines
1.0 KiB
ReStructuredText
.. meta::
|
|
:description: Use hasura plugins uninstall to uninstall a Hasura plugin on the Hasura CLI
|
|
:keywords: hasura, docs, CLI, hasura plugins uninstall
|
|
|
|
.. _hasura_plugins_uninstall:
|
|
|
|
Hasura CLI: hasura plugins uninstall
|
|
------------------------------------
|
|
|
|
Uninstall a Hasura plugin.
|
|
|
|
Synopsis
|
|
~~~~~~~~
|
|
|
|
|
|
Uninstall a Hasura plugin.
|
|
|
|
::
|
|
|
|
hasura plugins uninstall [plugin-name] [flags]
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
# Uninstall a plugin
|
|
hasura plugins uninstall [plugin-name]
|
|
|
|
Options
|
|
~~~~~~~
|
|
|
|
::
|
|
|
|
-h, --help help for uninstall
|
|
|
|
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*
|