dotweave push
Mirror local files into the sync directory.
Mirror local config into the git-backed sync directory.
Collect the current state of tracked local files and directories, then update the sync directory artifacts to match. Secret targets are encrypted before they are written into the repository.
Usage
dotweave push [flags]
Flags
| Flag | Description |
|---|---|
--dry-run | Preview changes without writing. |
--profile <name> | Use a specific profile layer. |
Examples
Push all tracked files to the sync directory:
dotweave push
Preview what would be written without making changes:
dotweave push --dry-run
Push only the work profile layer:
dotweave push --profile work
Note
push does not contact any remote. It only writes to the local sync directory. Use git separately to commit and push upstream.