Flows
Execute long-running operations (sandbox provisioning, privilege elevation)
sfp flows approve
sfp flows approveApprove a pending flow that requires authorization.
See code: src/commands/flows/approve.ts
sfp flows cancel
sfp flows cancelCancel a running or suspended flow.
See code: src/commands/flows/cancel.ts
sfp flows disable
sfp flows disableDisable a flow type for a project
See code: src/commands/flows/disable.ts
sfp flows enable
sfp flows enableEnable a flow type for a project
See code: src/commands/flows/enable.ts
sfp flows list
sfp flows listList flows and their statuses.
See code: src/commands/flows/list.ts
sfp flows logs
sfp flows logsRetrieve 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.ts
sfp flows reject
sfp flows rejectReject a pending flow that requires authorization.
See code: src/commands/flows/reject.ts
sfp flows remove-override
sfp flows remove-overrideRemove a flow override for a project, restoring the default flow type
See code: src/commands/flows/remove-override.ts
sfp flows run
sfp flows runDispatch a flow to be executed by the SFP server.
See code: src/commands/flows/run.ts
sfp flows set-override
sfp flows set-overrideSet a flow override for a project, routing one flow type to another
See code: src/commands/flows/set-override.ts
sfp flows status
sfp flows statusShow flow types with enabled/disabled status for a project
See code: src/commands/flows/status.ts
sfp flows types
sfp flows typesList available flow types.
See code: src/commands/flows/types.ts
sfp flows watch
sfp flows watchAttach 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.ts
Last updated
Was this helpful?