Commit 578669c
fix(cli): remove ogx stack rm command due to lack of CLI discovery (#5735)
## Summary
- Remove the `ogx stack rm` subcommand which was not discoverable
through the CLI
- Delete `src/ogx/cli/stack/remove.py` and its registration in
`stack.py`
- Reduces maintenance burden by removing dead code
## Test plan
- [ ] Verify `ogx stack --help` no longer shows `rm` subcommand
- [ ] Verify other stack subcommands (`run`, `list-apis`,
`list-providers`, etc.) still work
- [ ] Pre-commit checks pass
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7c3dc17 commit 578669c
2 files changed
Lines changed: 0 additions & 118 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
0 commit comments