Skip to content
Dotweave Dotweave v0.39.7

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]
FlagDescription
--dry-runPreview changes without writing.
--profile <name>Use a specific profile layer.
--verboseShow detailed output.

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