Skip to content

Releases: SolaceLabs/solace-cloud-cli

v0.5.3

Choose a tag to compare

@dishantlangayan dishantlangayan released this 06 Jul 02:04
chore: update README.md

v0.5.2

Choose a tag to compare

@dishantlangayan dishantlangayan released this 06 Apr 04:48
chore: update README.md

v0.5.1

Choose a tag to compare

@dishantlangayan dishantlangayan released this 06 Apr 04:40
chore: update README.md

v0.5.0

Choose a tag to compare

@dishantlangayan dishantlangayan released this 31 Mar 19:01
Fix git setup in GH Actions.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 04:15
chore: update README.md

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 21:22

What's Changed

Non-backward compatible changes introduced

  • New approach to store access token with new login and logout command available.
  • sc account:login command 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

Choose a tag to compare

@github-actions github-actions released this 24 Feb 22:30
chore: update README.md

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 21:54
chore: update README.md

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 03:45

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

Choose a tag to compare

@github-actions github-actions released this 20 Aug 20:33

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.