divekit plugin configure

Run the configuration wizards of a suite’s plugins

Synopsis

Run the configuration wizards of a suite’s plugins.

Each plugin declares its own wizard, read at the release the course locked. ‘configure <suite>’ runs the wizards of every enabled plugin in one session, ‘configure <suite>/<plugin>’ one of them; each writes its JSON below .divekit/plugins/<suite>/<plugin>/ in the evaluation-pipeline authoring area of this project or distribution, with existing values pre-filled. A plain plugin id runs the wizard of a flat pre-suite plugin.

Usage

divekit plugin configure <suite>|<suite>/<plugin>|<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