Skip to main content
Version: v3.x

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

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
Loading...