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.
Usage
dotweave pull [flags]
Flags
| Flag | Description |
|---|---|
--dry-run | Preview changes without writing. |
--profile <name> | Use a specific profile layer. |
Examples
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
Tip
Run dotweave status first to see what pull would change before applying.