wl restore
Restore Workloom-owned files to desired state.
Synopsis
wl restore [--target <id>] [<path>...]
Description
Overwrites Workloom-managed files with their desired state. Never deletes user-owned files. Requires explicit file paths or uses all drifted files.
info
This command is coming in Phase 1.
Options
| Option | Description |
|---|---|
--target <id> | Restore specific target only |
<path>... | Specific files to restore (optional; restores all if omitted) |
Examples
Restore All Drifted Files
wl restore
# Restores all Workloom-owned files to desired state
Restore Specific File
wl restore .claude/settings.json
# Restores only this file
Restore Target
wl restore --target frontend
# Restores all files for frontend target