Skip to content

v0.10.0

Choose a tag to compare

@archerzz archerzz released this 18 Sep 16:39
· 25 commits to master since this release
9d870f9

This version is deprecated. Install the latest release.

Change logs

Support namespace placeholder for plugins

Now a namespace can be defined as a placeholder which can be overwritten by plugins.

Updated Commands

  • login --sso allows opening the URL in default browser to retrieve one time passcode
  • resource service-instanced adds --output JSON option
  • resource service-instances ignores instances of CFEE, toolchain, and cloud functions
  • cfee commands is now marked as Beta
  • sl vs create adds -F option which can create virtual server instance and user data together.
  • sl vlan create removes -s option
  • cf commands now check whether a CF instance is targeted before invoking cf cli

Removed Commands

  • The following tag commands are removed given the experimental period has expired
    • tag Show details of a tag (Experimental)
    • tag-attach Add a tag to a resource (Experimental)
    • tag-create Create a tag (Experimental)
    • tag-detach Remove a tag from a resource (Experimental)
    • tag-delete Delete a tag (Experimental)
    • tag-update Switch user tag to restricted tag and vice versa (Experimental)
    • tags List all tags (Experimental)

Defects Fixing

  • typo in account spaces and account orgs commands
  • target does not check if endpoint is valid for --cf-api option
  • Windows installer removes all plugins during uninstallation and major upgrade
  • incorrect description of --file option in command iam service-api-key-create and iam api-key-create
  • JSON unmarshal error in app domain-cert command for some types of domain certificates

other changes

  • Change default plugin repo name to "IBM Cloud"