divekit patch feedback

Apply authored manual feedback to evaluation repositories

Synopsis

Apply locally authored manual feedback to evaluation repositories.

Use ‘divekit feedback add’ first to author feedback in the origin repository. Without –member or –user, all authored feedback is patched.

Usage

divekit patch feedback [flags]

Examples

divekit feedback add -d ST2M4 --member 5c8fc911-c4da-44be-b76d-c6d2d1c9e1f1 --message "Try extracting this into a helper function."
divekit patch feedback -d ST2M4
divekit patch feedback -d ST2M4 --member 5c8fc911-c4da-44be-b76d-c6d2d1c9e1f1 --dry-run

Flags

--all                       Patch all authored feedback (default when no --member or --user is given)
  -d, --distribution string       Distribution name
  -n, --dry-run string[="true"]   Preview changes without applying (alias for --provider simulated)
      --member stringArray        Member UUIDs whose eval repositories should receive feedback (or configured member aliases; repeatable or comma-separated)
  -m, --message string            Commit message for the feedback 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:///...)
      --user stringArray          Alias for --member

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