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
Improved test isolation by removing dependency on $CCR_SOURCE global variable and using new test::* methods for test authentication and commands dependent on targeting an org and space.
Fixed
Fixed an issue where setting locked: false or enabled: false on create-buildpack and update-buildpack would only work if you quoted the false boolean value (ex: enabled: "false"). This has been fixed so either style (quoted or un-quoted) will work.