Flows

Execute long-running operations (sandbox provisioning, privilege elevation)

sfp flows approve

Approve a pending flow that requires authorization.

See code: src/commands/flows/approve.tsarrow-up-right

sfp flows cancel

Cancel a running or suspended flow.

See code: src/commands/flows/cancel.tsarrow-up-right

sfp flows disable

Disable a flow type for a project

See code: src/commands/flows/disable.tsarrow-up-right

sfp flows enable

Enable a flow type for a project

See code: src/commands/flows/enable.tsarrow-up-right

sfp flows list

List flows and their statuses.

See code: src/commands/flows/list.tsarrow-up-right

sfp flows logs

Retrieve logs from a flow execution. For orchestrator flows with multiple child jobs (like request-release), use --child to get logs for a specific child job, or use --list to see all available child jobs.

See code: src/commands/flows/logs.tsarrow-up-right

sfp flows reject

Reject a pending flow that requires authorization.

See code: src/commands/flows/reject.tsarrow-up-right

sfp flows remove-override

Remove a flow override for a project, restoring the default flow type

See code: src/commands/flows/remove-override.tsarrow-up-right

sfp flows run

Dispatch a flow to be executed by the SFP server.

See code: src/commands/flows/run.tsarrow-up-right

sfp flows set-override

Set a flow override for a project, routing one flow type to another

See code: src/commands/flows/set-override.tsarrow-up-right

sfp flows status

Show flow types with enabled/disabled status for a project

See code: src/commands/flows/status.tsarrow-up-right

sfp flows types

List available flow types.

See code: src/commands/flows/types.tsarrow-up-right

sfp flows watch

Attach to and watch a running flow with live log streaming. For orchestrator flows with multiple child jobs (like request-release), use --child to watch a specific child job by label.

See code: src/commands/flows/watch.tsarrow-up-right

Last updated

Was this helpful?