J Logan
f86befafc7
Cleans up system subcommand options. ( #662 )
...
- Part of #515 .
- Order options alphabetically.
- Make descriptions more concise and consistent.
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
## Motivation and Context
See #515 .
## Testing
- [ ] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs
2025-09-22 11:05:48 -07:00
Danny Canter
2ef1d8fdbb
CLI: Skip stopping containers in system stop if APIServer is down ( #650 )
...
Today if you do system stop twice (or if you forgot the server isn't
running) you get bombarded with annoying (and confusing) XPC interrupted
messages. We should skip the container stop and list dance if we can't
talk to the APIServer with a simple ping.
2025-09-19 08:56:23 -07:00
Morris Richman
996a6819e3
Rename CLI and ExecutableCLI folders ( #635 )
...
## Motivation and Context
This is an extension of #603 to cleanup the folder structure and have it
match with the new library and target names.
2025-09-18 17:49:48 -07:00