divekit plugin configure

Run a plugin-defined configuration wizard

Synopsis

Run a plugin-defined configuration wizard.

The plugin owns the wizard definition and target config shape. Divekit renders the wizard, pre-fills existing values for reconfiguration, and writes the resulting JSON into the evaluation-pipeline authoring area for this project or distribution.

Usage

divekit plugin configure <plugin> [flags]

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