wrkr (root)
wrkr (root)
Synopsis
wrkr <command> [flags]
wrkr [--json] [--quiet] [--explain] [--version]
wrkr --version [--json]
wrkr help [command]Root help output emits a deterministic command catalog plus global flags.
Flags
--json: emit machine-readable output.--quiet: suppress non-error output.--explain: emit human-readable rationale.--version: print Wrkr version (supports--json).
Discoverability
wrkr help: root usage + command catalogwrkr help: shows help output for a specific commandwrkr scan: local-machine and org posture entrypointwrkr mcp-list: quick MCP server catalog from saved statewrkr inventory: deterministic inventory export and drift review entrypoint
Stable exit codes
0: success1: runtime failure2: verification failure3: policy/schema violation4: approval required5: regression drift6: invalid input7: dependency missing8: unsafe operation blocked
Command taxonomy notes:
wrkr evidence --jsonuses deterministic error mapping:runtime_failure->1invalid_input->6unsafe_operation_blocked->8
Example
wrkr help scanExpected JSON keys for root-flag mode (wrkr --json): status, message.
Expected JSON keys for version mode (wrkr --version --json): status, version.