Skip to content

v0.9.0

Compare
Choose a tag to compare
@archerzz archerzz released this 24 Aug 21:33
· 22 commits to master since this release
9d870f9

This version is deprecated. Install the latest release.

Change logs

Support CFEE org, space and user management

This release adds a set of CFEE commands to manage CF orgs, spaces and roles without targeting/logging into the CFEE environment

Rename Linux installer script from install_bluemix_cli to install

This is part of the rebranding of Bluemix to IBM Cloud. install_bluemix_cli is deprecated but will be kept for a period of time before it is completely removed.

Migrate to new API for creating app from template and managing domain certificates

The following commands now use a new version of IBM Cloud API

  • catalog template-run
  • app domain-cert
  • app domain-cert-add
  • app domain-cert-remove

Filter hidden services on resource catalog

If a service is hidden on resource catalog, it won't show up in the following commands:

  • catalog service
  • catalog service-marketplace
  • resource service-instance-create

New Commands

  • cfee orgs: list all orgs
  • cfee org: show details of an org
  • cfee org-create: create an org
  • cfee org-delete: delete an org
  • cfee org-users: display users in specified org by role
  • cfee org-role-set: assign an org role to a user (org manager required)
  • cfee org-role-unset: remove an org role from a user (org manager or user him/herself only)
  • cfee spaces: list all spaces
  • cfee space: show details of a space
  • cfee space-create: create a new space
  • cfee space-rename: rename a space
  • cfee space-delete: delete a space
  • cfee space-role-set: assign a space role to a user
  • cfee space-role-unset: remove a space role from a user
  • cfee space-roles: get all space roles of current user
  • cfee space-users: display users in a space by role

Updated Commands

  • login and update now show release note link URL after successful upgrade
  • login adds --no-account option which will enforce logging without an account
  • target --cf provides tips of how to create an org if there is no org found
  • resource search adds --sort-by option
  • The following commands deprecated --json, and adds --output FORMAT
  • account orgs
  • account org
  • account spaces
  • account space
  • billing account-usage
  • billing resource-group-usage
  • billing resource-instances-usage
  • billing org-usage
  • iam service-policies
  • iam service-policy

Defects Fixing

  • String Show Help is not translated
  • CFEE cache not cleared when switching to another CFEE environment

other changes

  • Change environment variable prefix from BLUEMIX to IBMCLOUD
    • BLEUMIX_COLOR -> IBMCLOUD_COLOR
    • BLEUMIX_ANALYTICS -> IBMCLOUD_ANALYTICS
    • BLEUMIX_VERSION_CHECK -> IBMCLOUD_VERSION_CHECK
    • BLEUMIX_HTTP_TIMEOUT -> IBMCLOUD_HTTP_TIMEOUT
    • BLEUMIX_TRACE -> IBMCLOUD_TRACE
    • BLEUMIX_HOME -> IBMCLOUD_HOME