Commands
fabFab workflow engine — single binary replacement for kit shell scripts
fab [command]
show raw -h output
Usage:
fab [command]
Available Commands:
agent Launch (or --print) the resolved agent session command in the current shell
batch Multi-target batch operations
change Change lifecycle management
completion Generate the autocompletion script for the specified shell
config Inspect fab project configuration
dispatch Headless process manager for CLI-dispatched pipeline stages
fab-help Show fab workflow overview and available commands
help Help about any command
impact Compute git diff line counts (added/deleted/net) between two refs
kit-path Print the resolved kit directory path
log Append-only JSON logging to .history.jsonl
memory-index Deterministically (re)generate docs/memory index files
operator Launch operator in a dedicated tmux tab (singleton)
pane Tmux pane operations
pr-meta Render the `## Meta` block of a fab-generated PR as final markdown
preflight Validate project state and output structured YAML
resolve Resolve a change reference to a canonical output
resolve-agent Resolve a pipeline stage (or role tier) to its {provider, model, effort} agent profile
score Compute confidence score from Assumptions table
shell-init Emit shell completion script for sourcing (alias for 'completion <shell>')
status Manage workflow stages, states, and .status.yaml
Use "fab [command] --help" for more information about a command.
fab agentLaunch (or --print) the resolved agent session command in the current shell
fab agent [tier] [flags]
| flag | type | description | copy |
|---|---|---|---|
--print | print the fully-resolved command instead of executing it | ||
--repo | string | repo root to read the config from (default: current repo) |
No flags match that filter.
show raw -h output
Usage:
fab agent [tier] [flags]
Flags:
--print print the fully-resolved command instead of executing it
--repo string repo root to read the config from (default: current repo)
fab batchMulti-target batch operations
fab batch [command]
show raw -h output
Usage: fab batch [command] Available Commands: archive Archive multiple completed changes in one pass new Create worktree tabs from backlog items switch Open tmux tabs in worktrees for one or more changes Use "fab batch [command] --help" for more information about a command.
fab batch archiveArchive multiple completed changes in one pass
fab batch archive [change...] [flags]
| flag | type | description | copy |
|---|---|---|---|
--dry-run | Show what would be archived without archiving | ||
-y, --yes | Archive all archivable changes without prompting |
No flags match that filter.
show raw -h output
Usage:
fab batch archive [change...] [flags]
Flags:
--dry-run Show what would be archived without archiving
-y, --yes Archive all archivable changes without prompting
fab batch newCreate worktree tabs from backlog items
fab batch new [backlog-id...] [flags]
| flag | type | description | copy |
|---|---|---|---|
--all | Open tabs for all pending backlog items | ||
--list | Show pending backlog items and their IDs |
No flags match that filter.
show raw -h output
Usage:
fab batch new [backlog-id...] [flags]
Flags:
--all Open tabs for all pending backlog items
--list Show pending backlog items and their IDs
fab batch switchOpen tmux tabs in worktrees for one or more changes
fab batch switch [change...] [flags]
| flag | type | description | copy |
|---|---|---|---|
--all | Open tabs for all changes | ||
--list | Show available changes |
No flags match that filter.
show raw -h output
Usage:
fab batch switch [change...] [flags]
Flags:
--all Open tabs for all changes
--list Show available changes
fab changeChange lifecycle management
fab change [command]
show raw -h output
Usage: fab change [command] Available Commands: archive Archive a change archive-list List archived changes list List changes with stage info new Create a new change directory rename Rename a change folder's slug resolve Resolve a change name restore Restore an archived change switch Switch the active change Use "fab change [command] --help" for more information about a command.
fab change archiveArchive a change
fab change archive <change> [flags]
| flag | type | description | copy |
|---|---|---|---|
--description | string | Description for archive index (optional; defaults to intake title) |
No flags match that filter.
show raw -h output
Usage:
fab change archive <change> [flags]
Flags:
--description string Description for archive index (optional; defaults to intake title)
fab change archive-listList archived changes
fab change archive-list
show raw -h output
Usage: fab change archive-list
fab change listList changes with stage info
fab change list [flags]
| flag | type | description | copy |
|---|---|---|---|
--archive | List archived changes | ||
--show-stats | Append true_impact net column |
No flags match that filter.
show raw -h output
Usage:
fab change list [flags]
Flags:
--archive List archived changes
--show-stats Append true_impact net column
fab change newCreate a new change directory
fab change new [flags]
| flag | type | description | copy |
|---|---|---|---|
--change-id | string | Explicit 4-char ID (optional) | |
--log-args | string | Description for logman (optional) | |
--slug | stringrequired | Folder name suffix (required) |
No flags match that filter.
show raw -h output
Usage:
fab change new [flags]
Flags:
--change-id string Explicit 4-char ID (optional)
--log-args string Description for logman (optional)
--slug string Folder name suffix (required)
fab change renameRename a change folder's slug
fab change rename [flags]
| flag | type | description | copy |
|---|---|---|---|
--folder | stringrequired | Current folder name (required) | |
--slug | stringrequired | New slug (required) |
No flags match that filter.
show raw -h output
Usage:
fab change rename [flags]
Flags:
--folder string Current folder name (required)
--slug string New slug (required)
fab change resolveResolve a change name
fab change resolve [override]
show raw -h output
Usage: fab change resolve [override]
fab change restoreRestore an archived change
fab change restore <change> [flags]
| flag | type | description | copy |
|---|---|---|---|
--switch | Activate the restored change |
No flags match that filter.
show raw -h output
Usage:
fab change restore <change> [flags]
Flags:
--switch Activate the restored change
fab change switchSwitch the active change
fab change switch [name] [flags]
| flag | type | description | copy |
|---|---|---|---|
--none | Deactivate the current change |
No flags match that filter.
show raw -h output
Usage:
fab change switch [name] [flags]
Flags:
--none Deactivate the current change
fab configInspect fab project configuration
fab config [command]
show raw -h output
Usage: fab config [command] Available Commands: init Write a system scaffold (--system) or generate a project config from the registry (--project) reference Print the fully-commented reference config.yaml (all available options) show Print the effective (post-cascade) config, optionally with per-field provenance upgrade Reconcile fab/project/config.yaml against the current field registry Use "fab config [command] --help" for more information about a command.
fab config initWrite a system scaffold (--system) or generate a project config from the registry (--project)
fab config init (--system | --project) [flags]
| flag | type | description | copy |
|---|---|---|---|
--description | string | Project description (--project seed) | |
--name | string | Project name (--project seed) | |
--project | Generate fab/project/config.yaml from the registry (identity fields + fence) | ||
--source-path | stringArray | Source path (--project seed; repeatable) | |
--system | Write the ~/.fab-kit/config.yaml system-layer scaffold | ||
--test-path | stringArray | Test path pattern (--project seed; repeatable) |
No flags match that filter.
show raw -h output
Usage:
fab config init (--system | --project) [flags]
Flags:
--description string Project description (--project seed)
--name string Project name (--project seed)
--project Generate fab/project/config.yaml from the registry (identity fields + fence)
--source-path stringArray Source path (--project seed; repeatable)
--system Write the ~/.fab-kit/config.yaml system-layer scaffold
--test-path stringArray Test path pattern (--project seed; repeatable)
fab config referencePrint the fully-commented reference config.yaml (all available options)
fab config reference [flags]
| flag | type | description | copy |
|---|---|---|---|
--json | Emit the field metadata table as a JSON array (instead of commented YAML) |
No flags match that filter.
show raw -h output
Usage:
fab config reference [flags]
Flags:
--json Emit the field metadata table as a JSON array (instead of commented YAML)
fab config showPrint the effective (post-cascade) config, optionally with per-field provenance
fab config show [flags]
| flag | type | description | copy |
|---|---|---|---|
--origin | Annotate each field with its provenance (project path / system path / default) |
No flags match that filter.
show raw -h output
Usage:
fab config show [flags]
Flags:
--origin Annotate each field with its provenance (project path / system path / default)
fab config upgradeReconcile fab/project/config.yaml against the current field registry
fab config upgrade
show raw -h output
Usage: fab config upgrade
fab dispatchHeadless process manager for CLI-dispatched pipeline stages
fab dispatch [command]
show raw -h output
Usage: fab dispatch [command] Available Commands: clean Remove dispatch state dirs — named change, all, or orphaned (--orphans) kill Kill the dispatch's process group (idempotent) logs Print the dispatch log (combined stdout+stderr) start Launch a stage's resolved spawn command detached, reading the prompt on stdin status Report the dispatch state: running / done / failed / failed (no-result) / orphaned Use "fab dispatch [command] --help" for more information about a command.
fab dispatch cleanRemove dispatch state dirs — named change, all, or orphaned (--orphans)
fab dispatch clean [change] [flags]
| flag | type | description | copy |
|---|---|---|---|
--orphans | Prune only dirs whose ID no longer resolves to a non-archived change |
No flags match that filter.
show raw -h output
Usage:
fab dispatch clean [change] [flags]
Flags:
--orphans Prune only dirs whose ID no longer resolves to a non-archived change
fab dispatch killKill the dispatch's process group (idempotent)
fab dispatch kill <change> <stage>
show raw -h output
Usage: fab dispatch kill <change> <stage>
fab dispatch logsPrint the dispatch log (combined stdout+stderr)
fab dispatch logs <change> <stage> [flags]
| flag | type | description | copy |
|---|---|---|---|
--tail | int | Print only the last N lines (0 = all) |
No flags match that filter.
show raw -h output
Usage:
fab dispatch logs <change> <stage> [flags]
Flags:
--tail int Print only the last N lines (0 = all)
fab dispatch startLaunch a stage's resolved spawn command detached, reading the prompt on stdin
fab dispatch start <change> <stage> [flags]
| flag | type | description | copy |
|---|---|---|---|
--timeouttimeout <secs> | Enforce a POSIX timeout <secs> inside the launch wrapper (0 = none) |
No flags match that filter.
show raw -h output
Usage:
fab dispatch start <change> <stage> [flags]
Flags:
--timeout timeout <secs> Enforce a POSIX timeout <secs> inside the launch wrapper (0 = none)
fab dispatch statusReport the dispatch state: running / done / failed / failed (no-result) / orphaned
fab dispatch status <change> <stage> [flags]
| flag | type | description | copy |
|---|---|---|---|
--json | Output as JSON |
No flags match that filter.
show raw -h output
Usage:
fab dispatch status <change> <stage> [flags]
Flags:
--json Output as JSON
fab fab-helpShow fab workflow overview and available commands
fab fab-help
show raw -h output
Usage: fab fab-help
fab impactCompute git diff line counts (added/deleted/net) between two refs
fab impact <base> <head>
show raw -h output
Usage: fab impact <base> <head>
fab kit-pathPrint the resolved kit directory path
fab kit-path
show raw -h output
Usage: fab kit-path
fab logAppend-only JSON logging to .history.jsonl
fab log [command]
show raw -h output
Usage: fab log [command] Available Commands: command Log a skill invocation confidence Log a confidence score change review Log a review outcome transition Log a stage transition Use "fab log [command] --help" for more information about a command.
fab log commandLog a skill invocation
fab log command <cmd> [change] [args]
show raw -h output
Usage: fab log command <cmd> [change] [args]
fab log confidenceLog a confidence score change
fab log confidence <change> <score> <delta> <trigger>
show raw -h output
Usage: fab log confidence <change> <score> <delta> <trigger>
fab log reviewLog a review outcome
fab log review <change> <result> [rework]
show raw -h output
Usage: fab log review <change> <result> [rework]
fab log transitionLog a stage transition
fab log transition <change> <stage> <action> [from] [reason] [driver]
show raw -h output
Usage: fab log transition <change> <stage> <action> [from] [reason] [driver]
fab memory-indexDeterministically (re)generate docs/memory index files
fab memory-index [flags]
| flag | type | description | copy |
|---|---|---|---|
--check | Write nothing; encode drift severity in the exit code (0 clean / 1 benign drift / 2 destructive loss) | ||
--json | With --check, emit the loss report as JSON on stdout (suppresses human-readable text) | ||
--rebuild | DESTRUCTIVE: discard the frozen log.md state and re-project every log.md from current git (the pre-freeze behavior, opt-in). Ignored with --check (which never writes) |
No flags match that filter.
show raw -h output
Usage:
fab memory-index [flags]
Flags:
--check Write nothing; encode drift severity in the exit code (0 clean / 1 benign drift / 2 destructive loss)
--json With --check, emit the loss report as JSON on stdout (suppresses human-readable text)
--rebuild DESTRUCTIVE: discard the frozen log.md state and re-project every log.md from current git (the pre-freeze behavior, opt-in). Ignored with --check (which never writes)
fab operatorLaunch operator in a dedicated tmux tab (singleton)
fab operatorfab operator [command]
show raw -h output
Usage: fab operator fab operator [command] Available Commands: tick-start Increment tick_count and record last_tick_at in the server-keyed operator state file time Print current time and optionally next-tick time Use "fab operator [command] --help" for more information about a command.
fab operator tick-startIncrement tick_count and record last_tick_at in the server-keyed operator state file
fab operator tick-start
show raw -h output
Usage: fab operator tick-start
fab operator timePrint current time and optionally next-tick time
fab operator time [flags]
| flag | type | description | copy |
|---|---|---|---|
--interval | string | Duration until next tick (e.g. 3m). If given, outputs next: HH:MM |
No flags match that filter.
show raw -h output
Usage:
fab operator time [flags]
Flags:
--interval string Duration until next tick (e.g. 3m). If given, outputs next: HH:MM
fab paneTmux pane operations
fab pane [command]
| flag | type | description | copy |
|---|---|---|---|
-L, --server | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage: fab pane [command] Available Commands: capture Capture terminal content from a tmux pane with fab context enrichment map Show tmux pane-to-worktree mapping with fab pipeline state process Detect the process tree running in a tmux pane send Send keystrokes to a tmux pane with validation window-name Window-name prefix operations Flags: -L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. Use "fab pane [command] --help" for more information about a command.
fab pane captureCapture terminal content from a tmux pane with fab context enrichment
fab pane capture <pane> [flags]
| flag | type | description | copy |
|---|---|---|---|
--json | Output as JSON with metadata | ||
-l, --lines | int | Number of lines to capture (default 50) | |
--raw | Output raw captured text only | ||
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage:
fab pane capture <pane> [flags]
Flags:
--json Output as JSON with metadata
-l, --lines int Number of lines to capture (default 50)
--raw Output raw captured text only
Global Flags:
-L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
fab pane mapShow tmux pane-to-worktree mapping with fab pipeline state
fab pane map [flags]
| flag | type | description | copy |
|---|---|---|---|
--all-sessions | Query all tmux sessions | ||
--json | Output as JSON array | ||
--session | string | Target a specific tmux session by name | |
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage:
fab pane map [flags]
Flags:
--all-sessions Query all tmux sessions
--json Output as JSON array
--session string Target a specific tmux session by name
Global Flags:
-L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
fab pane processDetect the process tree running in a tmux pane
fab pane process <pane> [flags]
| flag | type | description | copy |
|---|---|---|---|
--json | Output as JSON | ||
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage:
fab pane process <pane> [flags]
Flags:
--json Output as JSON
Global Flags:
-L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
fab pane sendSend keystrokes to a tmux pane with validation
fab pane send <pane> <text> [flags]
| flag | type | description | copy |
|---|---|---|---|
--force | Skip idle validation (still validates pane existence) | ||
--no-enter | Don't append Enter keystroke | ||
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage:
fab pane send <pane> <text> [flags]
Flags:
--force Skip idle validation (still validates pane existence)
--no-enter Don't append Enter keystroke
Global Flags:
-L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
fab pane window-nameWindow-name prefix operations
fab pane window-name [command]
| flag | type | description | copy |
|---|---|---|---|
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage: fab pane window-name [command] Available Commands: ensure-prefix Idempotently prepend <char> to the tmux window name replace-prefix Atomically replace a literal prefix <from> with <to> on the tmux window name Global Flags: -L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. Use "fab pane window-name [command] --help" for more information about a command.
fab pane window-name ensure-prefixIdempotently prepend <char> to the tmux window name
fab pane window-name ensure-prefix <pane> <char> [flags]
| flag | type | description | copy |
|---|---|---|---|
--json | Emit structured JSON output | ||
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage:
fab pane window-name ensure-prefix <pane> <char> [flags]
Flags:
--json Emit structured JSON output
Global Flags:
-L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
fab pane window-name replace-prefixAtomically replace a literal prefix <from> with <to> on the tmux window name
fab pane window-name replace-prefix <pane> <from> <to> [flags]
| flag | type | description | copy |
|---|---|---|---|
--json | Emit structured JSON output | ||
-L, --serverglobal | string | Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. |
No flags match that filter.
show raw -h output
Usage:
fab pane window-name replace-prefix <pane> <from> <to> [flags]
Flags:
--json Emit structured JSON output
Global Flags:
-L, --server string Target tmux socket label (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
fab pr-metaRender the `## Meta` block of a fab-generated PR as final markdown
fab pr-meta <change> [flags]
| flag | type | description | copy |
|---|---|---|---|
--issues | string | Space-joined issue IDs (e.g. "DEV-1 DEV-2") — optional | |
--type | string | Resolved PR type (feat|fix|refactor|docs|test|ci|chore) — required |
No flags match that filter.
show raw -h output
Usage:
fab pr-meta <change> [flags]
Flags:
--issues string Space-joined issue IDs (e.g. "DEV-1 DEV-2") — optional
--type string Resolved PR type (feat|fix|refactor|docs|test|ci|chore) — required
fab preflightValidate project state and output structured YAML
fab preflight [change-name]
show raw -h output
Usage: fab preflight [change-name]
fab resolveResolve a change reference to a canonical output
fab resolve [change] [flags]
| flag | type | description | copy |
|---|---|---|---|
--dir | Output directory path | ||
--folder | Output full folder name | ||
--id | Output 4-char change ID (default) | ||
--pane | Output tmux pane ID | ||
-L, --server | string | Target tmux socket label for --pane (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket. | |
--status | Output .status.yaml path |
No flags match that filter.
show raw -h output
Usage:
fab resolve [change] [flags]
Flags:
--dir Output directory path
--folder Output full folder name
--id Output 4-char change ID (default)
--pane Output tmux pane ID
-L, --server string Target tmux socket label for --pane (passed as 'tmux -L <name>'). Defaults to $TMUX / tmux default socket.
--status Output .status.yaml path
fab resolve-agentResolve a pipeline stage (or role tier) to its {provider, model, effort} agent profile
fab resolve-agent <stage|tier> [flags]
| flag | type | description | copy |
|---|---|---|---|
--alias | emit the Claude-Code short model alias (opus/sonnet/haiku/fable) on the model= line instead of the full ID (Agent-tool adapter) |
No flags match that filter.
show raw -h output
Usage:
fab resolve-agent <stage|tier> [flags]
Flags:
--alias emit the Claude-Code short model alias (opus/sonnet/haiku/fable) on the model= line instead of the full ID (Agent-tool adapter)
fab scoreCompute confidence score from Assumptions table
fab score <change> [flags]
| flag | type | description | copy |
|---|---|---|---|
--check-gate | Gate check mode (read-only) | ||
--stage | string | Stage for scoring (intake; spec retired in 1.10.0) (default "intake") |
No flags match that filter.
show raw -h output
Usage:
fab score <change> [flags]
Flags:
--check-gate Gate check mode (read-only)
--stage string Stage for scoring (intake; spec retired in 1.10.0) (default "intake")
fab shell-initEmit shell completion script for sourcing (alias for 'completion <shell>')
fab shell-init <bash|zsh|fish>
show raw -h output
Usage: fab shell-init <bash|zsh|fish>
fab statusManage workflow stages, states, and .status.yaml
fab status [command]
show raw -h output
Usage:
fab status [command]
Available Commands:
add-issue Append issue ID (idempotent)
add-pr Append PR URL (idempotent)
advance active → ready
all-stages List all stage IDs in order
confidence Extract confidence fields
current-stage Detect active stage
display-stage Display stage as stage:state
fail active → failed (review/review-pr only)
finish {active,ready} → done (+auto-activate next)
get-issues List issue IDs
get-prs List PR URLs
get-summary Print the per-change log summary
plan Extract plan fields
progress-line Single-line visual progress
progress-map Extract stage:state pairs
refresh Recompute change_type/confidence (intake.md) + plan counts (plan.md) from artifacts
reset {done,ready,skipped} → active (+cascade)
set-acceptance Update plan field
set-change-type Set change_type
set-confidence Replace confidence block
set-confidence-fuzzy Replace confidence block with dimensions
set-summary Set the per-change log summary
skip {pending,active} → skipped (+cascade)
start {pending,failed} → active
validate-status-file Validate .status.yaml against schema
Use "fab status [command] --help" for more information about a command.
fab status add-issueAppend issue ID (idempotent)
fab status add-issue <change> <id>
show raw -h output
Usage: fab status add-issue <change> <id>
fab status add-prAppend PR URL (idempotent)
fab status add-pr <change> <url>
show raw -h output
Usage: fab status add-pr <change> <url>
fab status advanceactive → ready
fab status advance <change> <stage> [driver]
show raw -h output
Usage: fab status advance <change> <stage> [driver]
fab status all-stagesList all stage IDs in order
fab status all-stages
show raw -h output
Usage: fab status all-stages
fab status confidenceExtract confidence fields
fab status confidence <change>
show raw -h output
Usage: fab status confidence <change>
fab status current-stageDetect active stage
fab status current-stage <change>
show raw -h output
Usage: fab status current-stage <change>
fab status display-stageDisplay stage as stage:state
fab status display-stage <change>
show raw -h output
Usage: fab status display-stage <change>
fab status failactive → failed (review/review-pr only)
fab status fail <change> <stage> [driver] [rework]
show raw -h output
Usage: fab status fail <change> <stage> [driver] [rework]
fab status finish{active,ready} → done (+auto-activate next)
fab status finish <change> <stage> [driver]
show raw -h output
Usage: fab status finish <change> <stage> [driver]
fab status get-issuesList issue IDs
fab status get-issues <change>
show raw -h output
Usage: fab status get-issues <change>
fab status get-prsList PR URLs
fab status get-prs <change>
show raw -h output
Usage: fab status get-prs <change>
fab status get-summaryPrint the per-change log summary
fab status get-summary <change>
show raw -h output
Usage: fab status get-summary <change>
fab status planExtract plan fields
fab status plan <change>
show raw -h output
Usage: fab status plan <change>
fab status progress-lineSingle-line visual progress
fab status progress-line <change>
show raw -h output
Usage: fab status progress-line <change>
fab status progress-mapExtract stage:state pairs
fab status progress-map <change>
show raw -h output
Usage: fab status progress-map <change>
fab status refreshRecompute change_type/confidence (intake.md) + plan counts (plan.md) from artifacts
fab status refresh <change>
show raw -h output
Usage: fab status refresh <change>
fab status reset{done,ready,skipped} → active (+cascade)
fab status reset <change> <stage> [driver] [from] [reason]
show raw -h output
Usage: fab status reset <change> <stage> [driver] [from] [reason]
fab status set-acceptanceUpdate plan field
fab status set-acceptance <change> <field> <value>
show raw -h output
Usage: fab status set-acceptance <change> <field> <value>
fab status set-change-typeSet change_type
fab status set-change-type <change> <type>
show raw -h output
Usage: fab status set-change-type <change> <type>
fab status set-confidenceReplace confidence block
fab status set-confidence <change> <certain> <confident> <tentative> <unresolved> <score> [flags]
| flag | type | description | copy |
|---|---|---|---|
--indicative | Deprecated no-op (retained for script back-compat) |
No flags match that filter.
show raw -h output
Usage:
fab status set-confidence <change> <certain> <confident> <tentative> <unresolved> <score> [flags]
Flags:
--indicative Deprecated no-op (retained for script back-compat)
fab status set-confidence-fuzzyReplace confidence block with dimensions
fab status set-confidence-fuzzy <change> <certain> <confident> <tentative> <unresolved> <score> <mean_s> <mean_r> <mean_a> <mean_d> [flags]
| flag | type | description | copy |
|---|---|---|---|
--indicative | Deprecated no-op (retained for script back-compat) |
No flags match that filter.
show raw -h output
Usage:
fab status set-confidence-fuzzy <change> <certain> <confident> <tentative> <unresolved> <score> <mean_s> <mean_r> <mean_a> <mean_d> [flags]
Flags:
--indicative Deprecated no-op (retained for script back-compat)
fab status set-summarySet the per-change log summary
fab status set-summary <change> <text>
show raw -h output
Usage: fab status set-summary <change> <text>
fab status skip{pending,active} → skipped (+cascade)
fab status skip <change> <stage> [driver]
show raw -h output
Usage: fab status skip <change> <stage> [driver]
fab status start{pending,failed} → active
fab status start <change> <stage> [driver] [from] [reason]
show raw -h output
Usage: fab status start <change> <stage> [driver] [from] [reason]
fab status validate-status-fileValidate .status.yaml against schema
fab status validate-status-file <change>
show raw -h output
Usage: fab status validate-status-file <change>