dotweave status
Preview what push and pull would change.
Show planned push and pull changes for the current sync config.
Compare the tracked local files with the sync directory and report what push would write to the repository and what pull would write back locally.
Usage
dotweave status [flags]
Flags
| Flag | Description |
|---|---|
--profile <name> | Use a specific profile layer. |
Examples
Show the full sync status:
dotweave status
Show status for a specific profile:
dotweave status --profile work
Note
status reads manifest.jsonc and compares file contents. It does not run git status — it only reports dotweave-level differences.