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
share-service command - Share a service instance with another space
unshare-service command - Unshare a shared service instance from a space
rename command - Rename an app
Source configuration now supports origin for username & password authentication
Source configuration now supports client_id and client_secret for authentication
command_file support - You can now configure command or commands in an external yaml file, thanks to a PR by @senglin
Changed
Test cleanup now deletes orphaned service brokers from previously failed tests
With the authentication changes in this release, the cf_login function was getting a bit overloaded, so it's now gone in favor of separate cf_api, cf_auth_user, and cf_auth_client functions