DDN CLI: ddn plugins install
Install a plugin from the index.
Synopsis
To install plugins that extend the functionality of the DDN CLI, you can use the install command. This command will install the plugin from the index and add it to your configuration file.
ddn plugins install <name> [flags]
Alias: add
Examples
# Install a plugin named "ndc-postgres"
ddn plugins install ndc-postgres
Options
-h, --help help for install
--version string Version to be installed
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 plugins - Manage plugins for the CLI