Skip to content
Dotweave Dotweave v0.39.7

dotweave pull

Apply the sync directory contents to your local config paths.

Apply the git-backed sync directory to local config paths.

Read tracked artifacts from the sync directory and materialize them back onto local paths under your home directory. Secret artifacts are decrypted with the configured age identity before they are written locally.

dotweave pull [flags]
FlagDescription
--dry-runPreview changes without writing.
--profile <name>Use a specific profile layer.
--verboseShow detailed output.

Apply all tracked artifacts to local paths:

dotweave pull

Preview what would change locally:

dotweave pull --dry-run

Pull only the work profile layer:

dotweave pull --profile work