Changelog¶
All notable changes to cbcli will be documented in this file.
[0.3.0] - 2026-01-28¶
Added¶
- OAuth2 token endpoint support in
auth login(form-urlencoded) - Comprehensive user guide (
docs/CBCLI-USERGUIDE.md) - Fallback to JSON login endpoints for backwards compatibility
Fixed¶
- Authentication flow for tenant services
[0.2.0] - 2026-01-27¶
Added¶
- Bearer authentication support for tenant services
auth_prefixfield for Authorization header formatting- Comprehensive test suite (139 tests)
Fixed¶
- Spec path resolution for app service
- Token file naming with tenant separators
[0.1.0] - 2026-01-27¶
Added¶
- Initial release
- 22 services (21 platform + 1 tenant)
- Tenant support with
--tenantflag - Token management (
auth login,auth logout,auth list,auth status) - OpenAPI spec caching with TTL
- Dynamic command generation from OpenAPI specs
- Service shorthand commands
- JSON and table output formats