Replies: 5 comments 11 replies
-
I like this idea, but we should anyways still support Btw this discussion duplicates #201 |
Beta Was this translation helpful? Give feedback.
-
I think having a simple switch like |
Beta Was this translation helpful? Give feedback.
-
When working with multi-project setups and especially dynamically generated content, I noticed this could be a powerful feature to have. Currently I see two options:
delete:
- "proj1/slo/My Slo" Since the |
Beta Was this translation helpful? Give feedback.
-
@kristofre , @radu-stefan-dt , @robertjahn we've just discussed this internally among the maintainers and we'd like to do the following with monaco 2.0:
The format of delete.yaml will stay unchanged at this time in its From our point of view this covers both our desire to simplify monaco both in terms of code and usability, and the requirements you have. Generally this means you will have to write your delete.yaml as before, but can decide when to actually delete things. Please let me know what you think of this solution :) |
Beta Was this translation helpful? Give feedback.
-
I had the same requirement for demo participants to quickly delete created config so I wrote this script which isn't battle-hardened in any way (or even error checking) but does the job for my immediate purposes. https://github.com/Dynatrace-Adam-Gardner/monaco-delete-file-generator/tree/main
|
Beta Was this translation helpful? Give feedback.
-
Similar to the skipDeployment flag, it would be great to have a delete flag that you can use to delete config.
This would allow us to make deletion project-specific, and by using environment-specific configuration, you can choose to delete it from specific environments:
Beta Was this translation helpful? Give feedback.
All reactions