v0.11.0
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_GROUPflag is added to specify the target resource group--unset-resource-groupflag is added totargetcommand 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 usersresource groupresource groupsresource service-instanceresource service-instancesresource service-aliasresource service-aliasesresource service-keyresource service-keysresource service-bindingresource 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-certmoved toaccount domain-certapp domain-cert-addmoved toaccount domain-cert-addapp domain-cert-removemoved toaccount domain-cert-remove
New Commands
sl file snapshot-schedule-list: List snapshot schedules for a given file storage volumesl file volume-modify: Modify an existing file storage volumesl block snapshot-schedule-list: List snapshot schedules for a given volumesl block volume-modify: Modify an existing block storage volumesl order category-list: List the categories of a packagesl order item-list: List package items used for orderingsl order package-locations: List Datacenters a package can be ordered insl order place: Place or verify an ordersl order place-quote: Place a quotesl order preset-list: List package presetscatalog blacklist: Add currently targeted account to the blacklist of the specified service
Updated Commands
catalog entry,catalog entry-visibility,catalog locations,catalog searchandcatalog service: replace--jsonwith--output TYPEresource serivce-instance-updateadds--parametersflagresource service-instancesshows more types of service instancesplugin listadds whether update is available for each pluginresource service-key-deletesupports deleting both by name and IDresource service-instance-createandresource service-instance-updatedisables--tagscatalog locationsnow shows display name instead of name
Defects Fixing
Source service namefield is blank iniam authorization-policiesoutputiam service-policies --jsonhas extra messages--keyoption does not work in commandsl vs createcatalog service,catalog locations,catalog searchdisplay additional messages when--jsonis used
Other changes
- plugins now are sorted by name in help