docs: record pull --all parity support

This commit is contained in:
Micheal Wilkinson
2026-03-20 18:02:12 +00:00
parent 9e6f98948e
commit c887a573e0
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Implemented commands:
- `link [CASTLE]` - `link [CASTLE]`
- `unlink [CASTLE]` - `unlink [CASTLE]`
- `track FILE [CASTLE]` - `track FILE [CASTLE]`
- `pull [CASTLE]` - `pull [--all|CASTLE]`
- `push [CASTLE]` - `push [CASTLE]`
- `commit -m MESSAGE [CASTLE]` - `commit -m MESSAGE [CASTLE]`
- `destroy [CASTLE]` - `destroy [CASTLE]`
@@ -74,7 +74,7 @@ Command parity:
Historical flag/behavior parity: Historical flag/behavior parity:
- [ ] `pull --all` - [x] `pull --all`
- [ ] `rc --force` - [ ] `rc --force`
- [ ] Evaluate whether global `pretend`/`quiet` modes should be restored - [ ] Evaluate whether global `pretend`/`quiet` modes should be restored

View File

@@ -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. - `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` 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. - `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`. - Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, `push`, `commit`, `destroy`, `cd`, `open`, and `generate`.
- Containerized behavior test suite for command parity validation. - Containerized behavior test suite for command parity validation.
- Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`. - Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`.