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 instances
changes toresource service-instances
resource instance
changes toresource service-instance
resource instance-create
changes toresource service-instance-create
resource instance-update
changes toresource service-instance-update
resource instance-delete
changes toresource service-instance-delete
resource key-create
changes toresource service-key-create
resource keys
changes toresource service-keys
resource key
changes toresource service-key
resource key-delete
changes toresource service-key-delete
resource bindings
changes toresource service-bindings
resource binding
changes toresource service-binding
resource binding-create
changes toresource service-binding-create
resource binding-delete
changes toresource service-binding-delete
resource aliases
changes toresource service-aliases
resource alias
changes toresource service-alias
resource alias-create
changes toresource service-alia-create
resource alias-update
changes toresource service-alia-update
resource alias-delete
changes toresource service-alia-delete
New commands
resource group-create
create a resource group under an account besides the default resource group of the accountiam dedicated-id-disconnect
to tear down the connection between public IBM ID and ID of the dedicated environmentcatalog service
shows details of a catalog entrycatalog locations
list deployment environments geolocationcatalog entry-copy
duplicate an existing catalog entry
Updated commands
login
command 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 spaces
adds '-r' and '-o' options to specify a different region and organizationaccount org-roles
adds '-u' option to specify a different user than the current userplugin show
removes the preceding tab in the command displayaccount users
allows any user associated with the account to be able to list the account users, instead of account owner onlysl init
allows two phase authenticationaccount user-invite
does not require target org/space and rolesaccount org-create
is disabled for dedicated and local environments
Defect fixing
- EOF error is ignored in prompts
login
goes 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-delete
andaccount org-roles
other changes
- upgraded to Golang 1.9.2