feat: add --tag filter to ocas list and ocas var list

Multiple --tag flags AND together. Tag format: key:value for tags,
bare name for labels. Without --tag, existing behavior is preserved.

Fixes #54
This commit is contained in:
2026-06-02 11:36:55 +00:00
parent 54f225a514
commit ca334692b7
4 changed files with 428 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@ocas/cli": minor
---
Add `--tag` filter to `ocas list` and `ocas var list`. Multiple `--tag` flags AND together. Tag format: `key:value` for tags, bare name for labels. Without `--tag`, behavior is unchanged.