add request show/delete commands and cli integration tests

This commit is contained in:
Gregory Schier
2026-02-16 07:27:15 -08:00
parent 26e145942a
commit 91e0660a7a
6 changed files with 278 additions and 0 deletions

View File

@@ -145,6 +145,8 @@ Existing behavior stays the same, just reorganized. Remove the `get` command.
### Phase 2: Add missing CRUD commands
Status: in progress (request `show` and `delete` implemented)
1. `workspace show <id>`
2. `workspace create --name <name>` (and `--json`)
3. `workspace update --json`