This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
cf push --reset does not forget custom command #45
If I push an app with a custom command in the manifest and then subsequently delete that command from the manifest
cf pushstill uses it, even if I use--reset. the only way to recover seems to be the delete the app and start again (losing all env and service settings).