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

@@ -20,3 +20,8 @@ yaak-http = { workspace = true }
yaak-models = { workspace = true }
yaak-plugins = { workspace = true }
yaak-templates = { workspace = true }
[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"