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]| Flag | Description |
|---|---|
--dry-run | Preview changes without writing. |
--profile <name> | Use a specific profile layer. |
--verbose | Show detailed output. |
Examples
Section titled “Examples”Apply all tracked artifacts to local paths:
dotweave pullPreview what would change locally:
dotweave pull --dry-runPull only the work profile layer:
dotweave pull --profile work