Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce “--delete-all” option which deletes all MTA managed runtime artifacts #42

Open
VaskoBozhurski opened this issue Oct 17, 2018 · 0 comments

Comments

@VaskoBozhurski
Copy link
Contributor

Description

Someone administrating an MTA might not always know what entities were created during the cf deploy. In particular, he might not know if there are service instances or service brokers created.

Thus, it's proposed to have a --delete-all option for cf undeploy to get rid of everything that was created during cf deploy. Thus, so he can be sure that no manual cleanup is necessary afterwards.

Expected behavior

The --delete-all option should act the same as providing --delete-services --delete-service-brokers to the undeploy command.

An example usage would be:
cf undeploy my.example.mta --delete-all

Internal Tracking Number:

LMCROSSITXSADEPLOY-546

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant