DDN CLI: ddn plugins uninstall
Uninstall a plugin.
Synopsis
To uninstall a plugin, run the uninstall command with the name of the plugin as an argument. If unsure of the plugin's name, you can run the ddn plugins list
command to see a list of all the available plugins.
ddn plugins uninstall <plugin-name> [flags]
Alias: remove
Examples
# Uninstall a plugin named "ndc-postgres"
ddn plugins uninstall ndc-postgres
Options
-h, --help help for uninstall
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