Releases: redhat-developer/app-services-cli
0.14.1
0.14.0
Bug Fixes
- cluster info: rename command info to status (#289) (25a7eb2), closes #282
- remove unused function (#275) (5896729)
- connection: only refresh tokens when needed (#274) (1c1056e)
- BootstrapServerHost nil pointer (#269) (e8eda42)
- refactor cluster connect to use new format of the CRD's (#247) (8e59246)
- docs: remove the docs command (#267) (ed00c08)
Features
0.13.2
fix: pointer error when bootstrap host is empty (#266)
0.13.1
0.13.0
0.12.0
Changelog
a18d890 Add interactive mode for service account creation (#242)
d986d1f Improve flow of interactive prompt (#244)
639096c docs(README): add installation instructions (#246)
ffbb807 fix: remove kafka credentials format (#245)
683fecd remove scopes flag from create service account command (#239)
0.11.0
Changelog
ee46c6c feat(kafka > create): add interactive create mode (#236)
f661229 feat(kafka): require name confirmation (#227)
277244a feat(kafka>list): append port to end of bootstrap URL (#234)
6ecaf6a feat(status): print Bootstrap URL (#235)
79061f0 fix(serviceaccount): remove ability to force delete service accounts (#230)
a4b5e65 fix: standardize table output format flag (#233)
18c3f89 fix: unused option value (#231)
0.10.0
0.9.3
Changelog
79e7c0e feat(login): add ability to provide custom openid scope (#210)
c05ccb5 fix: pointer error when bootstrap host is empty (#214)
10c6f1f refactor(cli): add logging interface (#208)
b442ba2 refactor: add logging to Connection type (#212)
0ecd004 refactor: pretty print JSON and YAML (#209)
16fe001 test(cli): generate mock interfaces with moq and add unit test for create command (#204)