From c887a573e0dfbb756f2cf5aa1a61b395aa5b58cf Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 18:02:12 +0000 Subject: [PATCH] docs: record pull --all parity support --- README.md | 4 ++-- changelog.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f713107..210a962 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Implemented commands: - `link [CASTLE]` - `unlink [CASTLE]` - `track FILE [CASTLE]` -- `pull [CASTLE]` +- `pull [--all|CASTLE]` - `push [CASTLE]` - `commit -m MESSAGE [CASTLE]` - `destroy [CASTLE]` @@ -74,7 +74,7 @@ Command parity: Historical flag/behavior parity: -- [ ] `pull --all` +- [x] `pull --all` - [ ] `rc --force` - [ ] Evaluate whether global `pretend`/`quiet` modes should be restored diff --git a/changelog.md b/changelog.md index 51dca27..d82915e 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - `rc` command: when a `.homesickrc` file exists and no `parity.rb` wrapper is present in `.homesick.d/`, a Ruby wrapper script (`parity.rb`) is generated automatically to preserve backwards compatibility. An existing `parity.rb` is never overwritten. - `exec` command: runs a shell command inside the target castle root directory. - `exec_all` command: runs a shell command inside each cloned castle root directory in sorted order. +- `pull --all` support: pulls updates for every cloned castle in sorted order. - Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, `push`, `commit`, `destroy`, `cd`, `open`, and `generate`. - Containerized behavior test suite for command parity validation. - Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`.