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.
dotweave push [flags]| Flag | Description |
|---|---|
--dry-run | Preview changes without writing. |
--profile <name> | Use a specific profile layer. |
--verbose | Show detailed output. |
Examples
Section titled “Examples”Push all tracked files to the sync directory:
dotweave pushPreview what would be written without making changes:
dotweave push --dry-runPush only the work profile layer:
dotweave push --profile work