gosick #1
@@ -35,6 +35,7 @@ Implemented commands:
|
||||
- `link [CASTLE]`
|
||||
- `unlink [CASTLE]`
|
||||
- `track FILE [CASTLE]`
|
||||
- `pull [CASTLE]`
|
||||
- `rc [CASTLE]`
|
||||
- `version`
|
||||
|
||||
@@ -48,7 +49,6 @@ Implemented commands:
|
||||
|
||||
Not yet implemented:
|
||||
|
||||
- `pull`
|
||||
- `push`
|
||||
- `commit`
|
||||
- `destroy`
|
||||
@@ -62,7 +62,7 @@ Not yet implemented:
|
||||
|
||||
Command parity:
|
||||
|
||||
- [ ] `pull`
|
||||
- [x] `pull`
|
||||
- [ ] `push`
|
||||
- [ ] `commit`
|
||||
- [ ] `destroy`
|
||||
|
||||
@@ -15,7 +15,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
|
||||
|
||||
- `rc` command: executes all executable scripts inside a castle's `.homesick.d/` directory in sorted order, with the castle root as the working directory. stdout/stderr from each script is forwarded to the caller.
|
||||
- `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.
|
||||
- Native Go implementations for `clone`, `link`, `unlink`, and `track`.
|
||||
- Native Go implementations for `clone`, `link`, `unlink`, `track`, and `pull`.
|
||||
- Containerized behavior test suite for command parity validation.
|
||||
- Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`.
|
||||
- Just workflow support for building and running the Linux behavior binary.
|
||||
|
||||
Reference in New Issue
Block a user