divekit distribute recover-project-checkpoint

Repair one durable project mapping checkpoint after a crash

Synopsis

Acknowledge one project create only when the journal records an exact observed-success identity. The command rereads that recorded provider identity with the configured read-only provider before writing the local mapping. Missing, changed, deleted, or unavailable provider evidence leaves the mapping untouched; the operation remains recovery_required for review of other boundaries.

Usage

divekit distribute recover-project-checkpoint [flags]

Flags

--distribution string   Optional distribution name to verify against the journal
      --operation-id string   Exact operation ID from the journal
      --origin string         Origin directory containing the operation journal (default ".")
      --provider string       Optional provider name to verify against the journal
      --step-id string        Exact project step ID from the journal

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