Skip to main content

wl diff

Show file-level differences against desired state.

Synopsis

wl diff [--target <id>]

Description

Displays unified diffs for all Workloom-managed files that differ from their desired state.

info

This command is coming in Phase 1.

Options

OptionDescription
--target <id>Show diffs for specific target only

Output Example

wl diff
# .claude/settings.json
# --- desired
# +++ current
# @@ -1,5 +1,6 @@
# {
# "model": "claude-3-5-sonnet",
# + "customField": "unexpected"
# }

Next Steps