Skip to content

Releases: ECSTeam/do-all

1.1.2

21 Jan 04:50

Choose a tag to compare

Suppress fake uninstall errors.

Check the first arg passed to the plugin, to make sure that it is actually `do-all`.
If you are uninstalling the plugin, it will still call the `Run()` method, but the
first argument will not be `do-all`. Simply return in this case to avoid error
messages in the uninstall output.

1.1.1

21 Jan 04:22

Choose a tag to compare

Add the ability to do-all on all apps in the current org (that you have access to) or in the entire foundation (that you have to). Either use cf do-all --org ... or cf do-all --global ...

1.0.3

21 Jan 00:35

Choose a tag to compare

Set permissions on pipeline scripts

1.0.1

12 Jul 18:42

Choose a tag to compare

No new functionality changes, but add unit tests

1.0.0

08 Jul 03:17

Choose a tag to compare

Initial Release