Skip to content

Releases: Rainbow-CPaaS/Rainbow-CLI-SDK

Rainbow CLI v1.44.1

05 Sep 18:31
Compare
Choose a tag to compare

Fix logger module that crashes on some specific logs

Rainbow CLI v1.45.1

05 Sep 18:28
Compare
Choose a tag to compare

Update to rainbow-node-sdk 1.45.0

Rainbow CLI v1.45.0

05 Sep 18:29
Compare
Choose a tag to compare

3-Release Breaking Changes

  • None.

Breaking Changes

  • None.

Changes

  • New options --active, --notactive have been added to command rbw applications to filter applications received depending on their state.

  • New option --subscription have been added to command rbw applications to filter applications with a payment method only.

Others changes

  • None.

Rainbow CLI v1.44.0

03 Aug 14:11
Compare
Choose a tag to compare

3-Release Breaking Changes

  • None.

Breaking Changes

  • None.

Changes

  • New command rbw application renew has been added to renew the application secret.

  • New command rbw application link has been added to allow ALE to change the ownership of an application to someone else.

  • New option --owner has been added to command rbw application create to allow ALE to create application on behalf a developer.

Others changes

  • Linked with Rainbow Node.JS SDK 1.43.2

Rainbow CLI v1.43.1

16 Jul 06:34
Compare
Choose a tag to compare

Switch to latest Rainbow-node-sdk 1.43.2 to avoid Node 6.x issue

Rainbow CLI v1.43.0

12 Jul 19:48
Compare
Choose a tag to compare

3-Release Breaking Changes

  • None.

Breaking Changes

  • To keep an consistent naming, commands rbw create application, rbw delete application and rbw metrics application have been renamed to rbw application create, rbw application delete and rbw application metrics.
  • To keep an consistent naming, command rbw metrics groups has been renamed to rbw application metrics groups

Changes

  • New command rbw application deploy has been added to request the deployment of an application.

  • New command rbw application stop and rbw application restart have been added to temporarily stop access to Rainbow and allow access again.

  • New options --deployed, --indeployment, --notdeployed and --blocked have been added to command rbw applications to filter applications received.

  • New option --bydate has been added to command rbw applications to order results by creation date (when no filter or when using filters --notdeployed and --indeployment) or by deployment date (when using filters --deployed and --blocked).

Others changes

  • Improve check of commands to avoid crash when - or -- is missing in parameters.

  • Linked with Rainbow Node.JS SDK 1.43.1

Rainbow CLI v1.42.1

27 Jun 12:02
Compare
Choose a tag to compare

Remove embedded gif

Rainbow CLI v1.42.0

27 Jun 11:48
Compare
Choose a tag to compare

3-Release Breaking Changes

  • None.

Breaking Changes

  • None.

Changes

  • New command rbw metrics groups has been added to list the available metrics for any applications.

  • New option -g or --group has been added to command rbw metrics application for grouping application's metrics by category (ie: 'resources', 'administration') like on Rainbow API Hub.

Others changes

  • New guide Legals has been added to list the third party libraries used by the Rainbow CLI.

  • Fix crash when using command rbw phone

  • Linked with Rainbow Node.JS SDK 1.42.3

Rainbow CLI v1.41.0

29 May 22:12
Compare
Choose a tag to compare

Rainbow CLI 1.41 (Beta) - May 2018


3-Release Breaking Changes

  • None.

Breaking Changes

  • None.

Changes

  • None.

Others changes

  • In order to help you keeping your Rainbow CLI up-to-date, a message will be displayed in the console if your Rainbow CLI version is not the latest one.

  • Rework existing guides to add a knowledge section that explains some Rainbow terms and add links to related guides to continue the reading.

  • Add guide Managing applications

  • Fix a wording issue when removing an item.

Rainbow CLI v1.40.0

27 Jun 11:49
Compare
Choose a tag to compare

3-Release Breaking Changes

  • None.

Breaking Changes

  • None.

Changes

  • New commands rbw developers payment and rbw developers methods have been added to list the developer's billing account information and the list of payment methods registered.

  • New command rbw developers method has been added to list all information regarding an existing payment method.

  • New command rbw developers subscriptions has been added to list the subscriptions associated to each application.

  • New command rbw developers delete payment to remove a developer's billing account (app_superAdmin role only).

  • New command rbw developers delete method to remove an existing payment method.

  • New option --file <file> or -f <file> has been added to API rbw metrics application in order to extract and save metrics in a CSV file.

Others changes

  • None.