Releases: SolaceLabs/solace-cloud-cli
Releases · SolaceLabs/solace-cloud-cli
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
chore: update README.md
v0.2.0
chore: update README.md
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.
v0.0.4
Release Notes
Highlights
- "desc" flags have changed to "description" in all relevant commands
- Improved unit tests
- General code cleanup and formatting
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Release Notes
Highlights
- New Event Broker Services Operation Status command
opstatus - Progress bar added to display operation progress and wait for all operations to complete
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Release Notes
Highlights
- No new features introduced
- General code fixes
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release of the Solace Cloud CLI.
Features
- Platform Environment commands: Create, Delete, Display, List, Update
- Mission Control Event Broker commands: Create, Delete, Display, List