Skip to content

v0.11.0

Choose a tag to compare

@archerzz archerzz released this 31 Oct 04:38
· 23 commits to master since this release
326943d

This version is deprecated. Install the latest release.

Change logs

Add resource group filter for service instances, aliases and keys

There are general changes in resource commands as following:

  • By default the currently targeted resource group is used to filter instances when managing service instances, aliases and keys
  • -g RESOURCE_GROUP flag is added to specify the target resource group
  • --unset-resource-group flag is added to target command to unset target resource group. If no resource group is targeted, then the commands handle the resources in all resource groups.

Add --output json support for several commands

The following commands have flag --output format to specify different output format. Currently only json is supported.

  • account users
  • resource group
  • resource groups
  • resource service-instance
  • resource service-instances
  • resource service-alias
  • resource service-aliases
  • resource service-key
  • resource service-keys
  • resource service-binding
  • resource service-bindings

Deprecate commands app and service

Most commands under app and service are actually for managing Cloudfoundry apps and services. We recommend users to use commands under cf namespace directly.

The following commands for domain certificate management are moved to account

  • app domain-cert moved to account domain-cert
  • app domain-cert-add moved to account domain-cert-add
  • app domain-cert-remove moved to account domain-cert-remove

New Commands

  • sl file snapshot-schedule-list: List snapshot schedules for a given file storage volume
  • sl file volume-modify: Modify an existing file storage volume
  • sl block snapshot-schedule-list: List snapshot schedules for a given volume
  • sl block volume-modify: Modify an existing block storage volume
  • sl order category-list: List the categories of a package
  • sl order item-list: List package items used for ordering
  • sl order package-locations: List Datacenters a package can be ordered in
  • sl order place: Place or verify an order
  • sl order place-quote: Place a quote
  • sl order preset-list: List package presets
  • catalog blacklist: Add currently targeted account to the blacklist of the specified service

Updated Commands

  • catalog entry , catalog entry-visibility, catalog locations, catalog search and catalog service: replace --json with --output TYPE
  • resource serivce-instance-update adds --parameters flag
  • resource service-instances shows more types of service instances
  • plugin list adds whether update is available for each plugin
  • resource service-key-delete supports deleting both by name and ID
  • resource service-instance-create and resource service-instance-update disables --tags
  • catalog locations now shows display name instead of name

Defects Fixing

  • Source service name field is blank in iam authorization-policies output
  • iam service-policies --json has extra messages
  • --key option does not work in command sl vs create
  • catalog service, catalog locations, catalog search display additional messages when --json is used

Other changes

  • plugins now are sorted by name in help