divekit patch ci

Apply authored CI and evaluation-pipeline files

Synopsis

Apply the authored work/eval CI and evaluation-pipeline runtime files to distributed repositories.

This command collects existing files from .divekit/eval-pipeline and delegates to the regular patch workflow.

Usage

divekit patch ci [flags]

Examples

divekit patch ci -d ST2M4
divekit patch ci -d ST2M4 --dry-run

Flags

-d, --distribution string       Distribution name
  -n, --dry-run string[="true"]   Preview changes without applying (alias for --provider simulated)
  -m, --message string            Commit message for the CI patch
  -p, --provider string           Provider to use: gitlab (default), local (filesystem), simulated (dry-run)
  -r, --remote string             Remote repository URL (e.g. GitLab instance)
  -t, --token string              GitLab token or token file path (file:///...)

Inherited Flags

-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