You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced support for cf8 cli! This is enabled by configuring cf_cli_version: 8 globally on the resource source configuration.
These commands now support the wait: true param when used with cf_cli_version: 8:
bind-route-service
bind-service
create-service-key
delete-service-key
unbind-route-service
unbind-service
Added create-private-domain command (see notes in Changed section regarding deprecation of create-domain command)
Added delete-private-domain command (see notes in Changed section regarding deprecation of delete-domain command)
restart command now supports strategy: rolling and no_wait: true params when using cf_cli_version version 7 or 8
delete-user command now supports the origin param for specifying an external identity provider when using cf_cli_version version 7 or 8
map-route command now supports the app_protocol param for specifying the protocol for the route destination (only applied to HTTP routes)
Changed
The wait_for_service: true param has been deprecated in favor of wait: true for commands: create-service, update-service, and delete-service for consistency with the new v8 cli param.
The create-domain and delete-domain commands have been deprecated in favor of the new create-private-domain and delete-private-domain commands. Backstory: The cf cli v6 provides the create/delete-domain and create/delete-shared-domain commands. Starting with cf cli v7, the create/delete-domain commands became aliases for the more descriptive create/delete-private-domain commands. Note that when using cf cli v6 we still use cf create-domain ... or cf delete-domain ... under the covers.