Skip to content

Releases: cnap-tech/cli

v0.6.1

25 Feb 09:20
9fd1bb4

Choose a tag to compare

Bug Fixes

  • Update default auth URL from dash.cnap.tech to cnap.tech (#1)

Users should upgrade to ensure the CLI points to the correct domain after the migration from dash.cnap.tech to cnap.tech.

v0.6.0

20 Feb 00:26

Choose a tag to compare

Changelog

  • 1d45a15 feat: add update notifications (gh CLI pattern)
  • 2be717c fix: address errcheck and staticcheck lint errors

v0.5.1

20 Feb 00:06

Choose a tag to compare

Changelog

  • 8549045 fix: revert to brews (Formula) to avoid macOS Gatekeeper warning

v0.5.0

19 Feb 23:55

Choose a tag to compare

Changelog

  • 00cd071 feat: add Windows support for exec command

v0.4.0

19 Feb 23:34

Choose a tag to compare

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

17 Feb 12:18

Choose a tag to compare

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)

v0.2.0

16 Feb 20:51

Choose a tag to compare

Changelog

  • 66e1559 feat: add CLI commands for templates, products, installs, regions
  • 1f558de fix: handle resp.Body.Close error to satisfy errcheck lint

v0.1.0

16 Feb 11:55

Choose a tag to compare

Changelog

  • 9aedfa6 Add CI/CD, tooling, and release infrastructure
  • 7b8c527 Fix .gitignore to not exclude cmd/cnap/ directory
  • ff16358 Initial CLI scaffold with auth, workspaces, and clusters commands
  • 89b14ba Remove namespace from KaaS API response