fest workflow approve

Approve a blocking checkpoint

Synopsis

Approve a blocking checkpoint and proceed to the next step.

Some workflow steps require explicit user approval before proceeding. This is typically used for review gates or major decision points.

After approval:

  • The current step is marked as approved
  • The workflow advances to the next step
fest workflow approve [flags]

Options

  -h, --help   help for approve

Options inherited from parent commands

      --config string   config file (default: ~/.config/fest/config.json)
      --debug           enable debug logging
      --no-color        disable colored output
      --phase string    specify phase directory (e.g., 001_INGEST)
      --verbose         enable verbose output

SEE ALSO