Skip to content

v0.6.3

Choose a tag to compare

@archerzz archerzz released this 13 Dec 17:44
· 30 commits to master since this release

This version is deprecated. Install the latest release.

Change logs

Move from global catalog API v1-bata to v1

This release moves to v1 API of global catalog, and incorporates several catalog metadata changes in v1 API.

Refresh configurations before running commands

This version now checks the integrity of the configurations, and refresh them if necessary, before running a command.

Rebranding from 'Bluemix' to 'IBM Cloud'

This release changes the word Bluemix in command descriptions, help messages and installers to IBM Cloud. Commands syntax stays unchanged.

Softlayer command line enhancements

This release adds several new commands for Softlayer block storage service, security group and virtual servers.

New commands

  • sl block access-password change a password for a volume's access
  • sl block volume-count list number of block storage volumes per datacenter
  • sl block volume-set-lun-id set the LUN ID on an existing block storage volume
  • sl file volume-count list number of file storage volumes per datacenter
  • sl securitygroup create create a security group
  • sl securitygroup list list security groups
  • sl securitygroup delete delete the given security group
  • sl securitygroup detail get details about a security group
  • sl securitygroup edit edit details of a security group
  • sl securitygroup interface-add attach an interface to a security group
  • sl securitygroup interface-list list interfaces associated with security group
  • sl securitygroup interface-remove detach an interface from a security group
  • sl securitygroup rule-add add a security group rule to a security group
  • sl securitygroup rule-edit edit a security group rule in a security group
  • sl securitygroup rule-list list security group rules
  • sl securitygroup rule-remove remove a rule from a security group
  • sl vs host-create create a host for dedicated virtual servers
  • sl vs host-list list dedicated hosts on your account

Updated commands

  • resource service-instance-create changes -r option to LOCATION argument
  • plugin show now shows the SDK version
  • regions lists public regions if no api endpoint set
  • iam service-policy-update and iam user-policy-update resets the policy definition from inputs, instead of applying incremental changes

Defect fixing

  • app domain-cert-add doesn't encode password

other changes

  • Improve error handling for some commands