Releases: cnap-tech/cli
Releases · cnap-tech/cli
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
Changelog
- 6feb134 feat: add clusters kubeconfig command
- 319a7f0 feat: add interactive exec command for pod shell access
- 8899e3f feat: add interactive workspace switch with CNAP-branded huh theme
- ffe5d07 feat: session auth, interactive pickers, and confirmation prompts
- 42b653e feat: update client for Stripe-aligned API conventions
- e4839ee fix: extract exec into platform-specific files for Windows builds
- cbaa2ab fix: handle errcheck lint errors in exec command
v0.3.0
Changelog
- 26ef89c feat(auth): add device flow login, structured User-Agent, and context propagation
- 8affa22 feat: add --debug flag and CNAP_DEBUG env var with slog + HTTP tracing
- 534a5d0 feat: add --limit and --cursor pagination flags to all list commands
- 3ba1ee4 feat: add install create, update-values, and update-overrides CLI commands
- dcf4693 feat: add registry credential CLI commands
- 2d5b979 fix: remove duplicate /v1 prefix from API client base URL
- 437467a fix: remove redundant type annotation (staticcheck ST1023)
- 50e5d87 fix: resolve golangci-lint errors (errcheck, gocritic, gofmt)