divekit plugin add

Add or update one plugin and enable it for the evaluation pipeline

Synopsis

Add or update one plugin and enable it for the evaluation pipeline

Usage

divekit plugin add <plugin> [flags]

Flags

--host string      Host alias from 'divekit config hosts list' when using --project
      --project string   Plugin project path (for direct custom plugin setup)
      --ref string       Optional ref to pin while adding the plugin
      --source string    Advanced: source name from 'divekit plugin source list'

Inherited Flags

-d, --distribution string   Target distribution override (default: project-level eval overrides and .divekit state)
  -l, --loglevel string       log level (debug, info, warn, error, fatal) (default "info")
      --no-index              skip project index update
      --non-interactive       run in non-interactive mode (fails if interactive input is required)
  -y, --yes                   assume yes/default for all prompts (non-interactive with automatic defaults)

Parent Command