Skip to content

Releases: Rainbow-CPaaS/Rainbow-CLI-SDK

Rainbow CLI 1.32.0

06 Nov 14:52
Compare
Choose a tag to compare

COMMANDS

  • New commands rbw changepwd user and rbw changelogin user have been added to change the password and the login of a user.

  • New commands rbw offers, rbw offer have been added to list offers.

  • New commands rbw catalogs, rbw catalog have been added to list catalogs.

  • New commands rbw create catalog and rbw delete catalog have been added to manage catalog.

  • New command rbw commands has been added to list the available Rainbow CLI commands depending on the user role and admin level.

  • Option -j has been added as an alternative to --json when available

  • Option -h has been added as an alternative to --help

BUGS

  • Only documentation fixes.

Rainbow CLI 1.31.0

06 Nov 14:51
Compare
Choose a tag to compare

COMMANDS

  • No new command.

BUGS

  • Only documentation fixes.

Rainbow CLI 1.30.1

06 Nov 14:50
Compare
Choose a tag to compare

Bug Fixes:

  • #29125: Fix login regression issue

Rainbow CLI 1.30.0

26 Sep 07:51
Compare
Choose a tag to compare

COMMANDS

  • Verbose option -vor --verbose has been added to all commands. When active, this option allow to add more logs to the console to help debugging in case of issue.

BUGS

  • No bug fixed

Rainbow CLI 0.8.0

26 Sep 07:51
Compare
Choose a tag to compare

Lots of change for that new version of Rainbow CLI. A big rework has been done to simplify code and to be able to export a JSON result format to the console.

COMMANDS

  • New option --name has been added to command companies to filter companies by name

  • New option --name has been added to command users to filter users by name

  • New option --company has been added to command users to filter users by company name

  • New option --json has been added to a lot of commands to format the output (stdout) using JSON format

  • New command rbw find has been added to search for an id in users, organisations, companies and sites and return a result if found

  • New command rbw status company has been added to have the status of a company

  • New command rbw newco has been added to create a company and a user following an interactive wizard.

BUGS

  • List of users are now ordered by display name (firstname lastname)

  • [Compatibility Break] Filter users by company id is now done by using command: rbw users --cid "..." instead of rbw users -c "..."

  • [Compatibility Break] Command rbw create ... has been renamed to rbw create user ...

  • [Compatibility Break] Command rbw delete ... has been renamed to rbw delete user ...

  • [Compatibility Break] Command rbw status now returns the list of Rainbow portals with their version

  • [compatibility Break] command rbw status has been renamed to rbw status api