Skip to content

v0.16.0

Choose a tag to compare

@archerzz archerzz released this 16 May 17:45
· 23 commits to master since this release
326943d

This version is deprecated. Install the latest release.

Change logs

Automatically change *.bluemix.net API endpoint to cloud.ibm.com for IBM Cloud public

If *.bluemix.net API endpoint is used for public cloud, they will be changed automatically to https://cloud.ibm.com

Customize the installation of bundled Cloud Foundry CLI

Starting from this release, ibmcloud cf install can be used to install a different version of Cloud Foundry CLI than the default bundled one. To restore the originally version, run ibmcloud cf install --restore.

Add "stage" support for namespaces and commands

A stage attribute is added to namespaces and commands, which will be highlighted in the description of the namespace and command. The stage can be "Experimental", "Beta" or "Deprecated".

Support auto-completion delegation to plug-ins

This release supports delegating auto-completion to plug-ins. Refer to plugin example for how to use it.

New commands

  • cf install : install a different version of CF CLI to replace the default bundled one.

Updated commands

  • iam authorization-poicy-create adds --source-service-account flag to specify a different account than the current account.
  • --output JSON flag is added to the following commands under iam namespace:
    • oauth-tokens
    • roles
    • access-groups
    • access-group
    • access-group-create
    • access-group-update
    • access-group-users
    • access-group-service-ids
    • access-group-policies
    • access-group-policy
    • access-group-policy-create
    • access-group-policy-update
    • api-keys
    • api-key-create
    • api-key-update
    • service-api-keys
    • service-api-key
    • service-api-key-create
    • service-api-key-update
    • service-ids
    • service-id
    • service-id-create
    • service-id-update
    • service-policies
    • service-policy
    • service-policy-create
    • service-policy-update
    • user-policies
    • user-policy
    • user-policy-create
    • user-policy-update

Other Change

  • Upgrade bundled Cloud Foundry CLI to 6.41.0
  • Upgrade Go lang to 1.12.4