This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Releases: kabanero-io/kabanero-command-line
Releases · kabanero-io/kabanero-command-line
Kabanero CLI Release 0.6.0-rc.5
- Display repo urls in list and which repo each stack has come from
- Fixes (new) indicator in
list
- Deactivated in
sync
is switch to deleted deactivate
now requires two argssync
anddeactivate
now display errors when failing with stacks with multiple versions- If there is an operator error, error is conveyed with some more description and other improvements to error handling
- Improved some security
Kabanero CLI Release 0.6.0-rc.4
- Display repo urls in list and which repo each stack has come from
- Fixes (new) indicator in
list
- Deactivated in
sync
is switch to deleted deactivate
now requires two argssync
anddeactivate
now display errors when failing with stacks with multiple versions- If there is an operator error, error is conveyed with some more description
Kabanero CLI Release 0.6.0-rc.3
- Display repo urls in list and which repo each stack has come from
- Fixes (new) indicator in
list
- Deactivated in
sync
is switch to deleted deactivate
now requires two args
Kabanero CLI Release 0.6.0-rc.2
- Display repo urls in
list
and which repo each stack has come from
Kabanero CLI Release 0.6.0-rc.1
- Use Stacks instead of Collections
- Support for multiple versions of a Stack
- Improved error handling
Kabanero CLI Release 0.5.0
Improved error handling and various documentation updates.
Kabanero CLI Release 0.5.0-rc.1
Very few significant changes in 0.5.0
Improved error handling and various documentation updates.
Kabanero CLI Release 0.4.0
login
has now changed to take your password from a prompt instead of being passed as plaintext. See documentation for more details- adds a new error that alerts user that they have not configured their CLI
- adds tarball to releases for brew install
Kabanero CLI Release 0.3.0
Changes:
refresh
is nowsync
- Adopts new collections naming.
list
no longer shows "version changed" as a status, this will only be shown insync
sync
now indicates: version changes, activation/deactivation, new collections being added to the kabanero instance collection- unauthorized bug showing EOF fixed
- windows/linux builds no longer built with CGO_ENABLED=1 as this was only necessary for osx
onboard
now takes just the gituser as a parameter- more error codes are considered
Kabanero CLI Release 0.3.0-rc.1
Changes:
refresh
is nowsync
- Adopts new collections naming.
list
no longer shows "version changed" as a status, this will only be shown insync
sync
now indicates: version changes, activation/deactivation, new collections being added to the kabanero instance collection- unauthorized bug showing EOF fixed
- windows/linux builds no longer built with CGO_ENABLED=1 as this was only necessary for osx