Dynatrace / dynatrace-automation-tools

Apache License 2.0
12 stars 2 forks source link

[Feature] Add a raw json output option #72

Open Simon-Boyer opened 9 months ago

Simon-Boyer commented 9 months ago

When using this in a CICD pipeline, it would be useful to get the raw json output of the Dynatrace workflow to make further decisions based on it in following CICD steps.

It could be an option like -raw or -o json.

If provided, this option would simply output the resulting json payload directly, without any other logs so it can be piped in other commands easily.