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
Related #800. The CLI current behavior is that it deletes the local files it generates. We want to change this default behavior but still possibly provide the option to delete the files if the user wants.
Design Proposal
Default Behavior
We will change the default behavior to not delete the local files generated by the CLI when the user runs either svc delete or pipeline delete
If we want to still provide the option to delete the generated local files then we can propose a flag option such as svc delete --files to provide the current behavior.
If we do not provide this option, then the user can simply delete the folder.
The text was updated successfully, but these errors were encountered:
Addresses #1031, #800
## Summary
`svc delete`
* will not delete manifest.yml
* will not delete addons/
`pipeline delete`
* will not delete pipeline.yml
* buildspec.yml was already not deleted
`app delete`
* will not delete the files mentioned above but only delete .workspace file
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
TODO:
e2e testing
Overview
Related #800. The CLI current behavior is that it deletes the local files it generates. We want to change this default behavior but still possibly provide the option to delete the files if the user wants.
Design Proposal
Default Behavior
We will change the default behavior to not delete the local files generated by the CLI when the user runs either
svc delete
orpipeline delete
If we want to still provide the option to delete the generated local files then we can propose a flag option such as
svc delete --files
to provide the current behavior.If we do not provide this option, then the user can simply delete the folder.
The text was updated successfully, but these errors were encountered: