wf

Commands

All available CLI commands

Default

wf

Launches 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 --list

Prints 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 main

Clones 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 languages

See 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 events

See Storage.

On this page