divekit plugin override

Manage manual report overrides for plugin test results

Synopsis

Manage manual report overrides for plugin test results.

Run without a subcommand to open the interactive override wizard. Use add/remove for non-interactive scripts.

Usage

divekit plugin override [flags]

Examples

# Open the interactive wizard
divekit plugin override -d ST2M4

# Add or remove overrides non-interactively
divekit plugin override add jacoco-pit -d ST2M4 --test-id coverage-threshold --group-ids b8520e99-2bad-c0de-b61c-1249a10f7a5a
divekit plugin override remove jacoco-pit-coverage-threshold-20260529T091500Z -d ST2M4 --group-ids b8520e99-2bad-c0de-b61c-1249a10f7a5a

Flags

--all                       Patch all eval repositories in the distribution
  -n, --dry-run string[="true"]   Preview changes without applying (alias for --provider simulated)
      --group-ids stringArray     Group UUIDs from the members file to patch (repeatable or comma-separated)
      --members stringArray       Member names whose repositories should be patched (repeatable or comma-separated)
      --members-file string       Path to a file with member names (one per line)
  -p, --provider string           Provider to use: gitlab (default), local (filesystem), simulated (dry-run)

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)

Available Subcommands

  • add — Add a manual override for one plugin test result
  • remove — Remove a manual report override from selected eval repositories

Parent Command


divekit plugin override add

Add a manual override for one plugin test result

divekit plugin override remove

Remove a manual report override from selected eval repositories