dtkt plugin install
CommandInstall a dtkt plugin.
Description
Download, verify, and install a dtkt plugin. After downloading, the plugin's install command will be executed to set up any required services.
Usage
dtkt plugin install NAME[@VERSION] [flags]Flags
| Field | Default | Usage |
|---|---|---|
| --help, -h | false | Show help for the install command. |
| --skip-scan | false | Skip vulnerability scanning |
| --skip-verify | false | Skip signature verification (not recommended) |
Inherited Flags
| Field | Default | Usage |
|---|---|---|
| --accept-legal-notices | false | Accept legal notices (license). |
| --cloud | false | Overrides the contexts to cloud; equivalent to --contexts=cloud. |
| --cloud-org | Cloud Organization by (UID|NAME). | |
| --cloud-space | Cloud Space by (UID|NAME). | |
| --config | The active configuration name to override. | |
| --contexts | [] | Overrides any current contexts from config. |
| --local | false | Overrides the contexts to local; equivalent to --contexts=local. |
| --log-format | pretty | Log format: (text|json|pretty). |
| --log-level | info | Log level: (debug|info|warn|error). |
| --non-interactive | false | Run in non-interactive mode. |
| --plugin-dir | Directory to install plugins (default: ~/.local/bin) | |
| --remote | false | Overrides the contexts to the configured remote. |