Commands
All available CLI commands
Default
wfLaunches the interactive workflow picker. Select a workflow, fill in the prompts, get the command on your clipboard. The whole reason this thing exists.
List Workflows
wf --listPrints available workflow names. No interactivity, no clipboard, no drama.
Sync
wf sync --ssh-key ~/.ssh/id_rsa --remote-url git@github.com:user/workflows.git --branch mainClones workflows from a remote Git repo into your local workflows directory. See Sync for details.
Language
wf lang set en # Set language (en, es)
wf lang current # Show current language
wf lang list # List available languagesSee i18n.
Storage
wf storage set rocksdb # Switch to persistent storage
wf storage set inmemory # Switch to in-memory storage
wf storage current # Show current backend
wf storage replay <id> # Replay events for a workflow session
wf storage purge # Clear all stored eventsSee Storage.