Releases: SolaceLabs/solace-cloud-cli
Releases · SolaceLabs/solace-cloud-cli
Release list
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
What's Changed
Non-backward compatible changes introduced
- New approach to store access token with new login and logout command available.
sc account:logincommand now store the access token in user's local home directory and uses machine encryption to secure the access token in the local storage. This also prevents a user to copy the file to another machine and retrieving the access token.- Login commands allow users to store multiple access token for the same Solace Cloud organization by providing a unique alias name.
- All commands have now been updated to use the new login approach.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
v0.1.1
Release Notes
Highlights
- New Mission Control Event Broker Services command added "missionctrl:broker:state" - Gets the availability state of an event broker service and the name of the active messaging node.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Release Notes
Highlights
The following commands are available in this release:
- Platform Environment commands: create, delete, display, list, update
- Mission Control Event Broker Services commands: create, detele, display, list, update
Two example shell scripts are available to demonstrate how you can automate creation of Environment and Event Broker Services as well as cleanup.