DDN CLI: ddn plugins
Manage plugins for the CLI.
Synopsis
The functionality of the CLI can be extended by using plugins. For a list of all available plugins, run ddn plugins list
, or visit this repository: https://github.com/hasura/cli-plugins-index.
If you're interested in contributing, please open a PR against this repo.
Alias: plugin
Available operations
- ddn plugins install - Install a plugin from the index
- ddn plugins list - List all available plugins with index, versions and installation status
- ddn plugins uninstall - Uninstall a plugin
- ddn plugins upgrade - Upgrade a plugin to a newer version
Options
-h, --help help for plugins
Options inherited from parent operations
--log-level string Log level. Can be DEBUG, WARN, INFO, ERROR, or FATAL. (default "INFO")
--no-prompt Do not prompt for required but missing flags
--out string Output format. Can be table, json or yaml. (default "table")
--timeout int Request timeout in seconds [env: HASURA_DDN_TIMEOUT] (default 100)
Parent operation
- ddn - DDN Command Line Interface