v0.6.2
This version is deprecated. Install the latest release.
Change logs
Public IAM support for dedicated environments
This release enables the dedicated environment users to be able to authenticate with public IAM service and connect the IBM ID for public cloud with existing dedicated ID. This allows the dedicated users to be able to use public IAM service for authentication and access policy management.
Identity and access management enhancements
This release incorporates the following changes in identify and access management
- uses service-id as argument to create/update/delete service api key, instead of "bound_to" CRN
- adopts global IAM service endpoint
- adds resource group scope support for IAM policies
NTLM proxy support for Windows
The Windows version now supports NTLM proxy authentication. If environment variable NTLM_PROXY is set, then Bluemix cli uses NTLM protocol to authenticate with the proxy specified by HTTPS_PROXY. The bundled cf will do the same.
Resource control command refactoring
This release has several changes on the resource control command names, argument/option names and help messages for the consistency of terminologies.
resource instanceschanges toresource service-instancesresource instancechanges toresource service-instanceresource instance-createchanges toresource service-instance-createresource instance-updatechanges toresource service-instance-updateresource instance-deletechanges toresource service-instance-deleteresource key-createchanges toresource service-key-createresource keyschanges toresource service-keysresource keychanges toresource service-keyresource key-deletechanges toresource service-key-deleteresource bindingschanges toresource service-bindingsresource bindingchanges toresource service-bindingresource binding-createchanges toresource service-binding-createresource binding-deletechanges toresource service-binding-deleteresource aliaseschanges toresource service-aliasesresource aliaschanges toresource service-aliasresource alias-createchanges toresource service-alia-createresource alias-updatechanges toresource service-alia-updateresource alias-deletechanges toresource service-alia-delete
New commands
resource group-createcreate a resource group under an account besides the default resource group of the accountiam dedicated-id-disconnectto tear down the connection between public IBM ID and ID of the dedicated environmentcatalog serviceshows details of a catalog entrycatalog locationslist deployment environments geolocationcatalog entry-copyduplicate an existing catalog entry
Updated commands
logincommand goes to public IAM service for authentication if the dedicated environment is configured to use pubic IAM service. It fails the login if IBM ID and dedicated ID connection is not established. It also display the ID connections if login is successfulaccount spacesadds '-r' and '-o' options to specify a different region and organizationaccount org-rolesadds '-u' option to specify a different user than the current userplugin showremoves the preceding tab in the command displayaccount usersallows any user associated with the account to be able to list the account users, instead of account owner onlysl initallows two phase authenticationaccount user-invitedoes not require target org/space and rolesaccount org-createis disabled for dedicated and local environments
Defect fixing
- EOF error is ignored in prompts
logingoes to interactive mode when specified api key or password is not correct- Check IAM token as prerequisite for
account users,account user-invite,account user-reinvite,account user-deleteandaccount org-roles
other changes
- upgraded to Golang 1.9.2