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
command_file previously only worked by specifying an absolute file path. This is fixed to correctly support relative paths and the tests have been updated accordingly, thanks to a PR by @renbeynolds
Fixed create-user-provided-service example for specifying a route_service_url, thanks to a PR by @eruvanos
run-route-tests now properly test if an app is mapped to a route
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
push changes in 2.8.1 to support app_name with spaces accidentally broke path globbing. All fixed now (run-app-tests has been updated to test for this now), sorry for the inconvenience!