Is your feature request related to a problem? Please describe.
The AIO-CM-CLI only offers to request the "structured response" out of the Cloudmanager-API.
However, in many cases it would be good to get the "RAW Cloudmanager-API" response, as available in
https://developer.adobe.com/experience-cloud/cloud-manager/reference/playground/.
One Example where this is helpful:
- Git repo that was attached to the pipeline when it was started.
- The RAW output provides the "Commit-ID" of the pipeline.
Describe the solution you'd like
Expected state: aio-cli allows access to raw JSON returned by Cloud Manager API.
There are probably other use cases, so I'd love to see a generic "--raw" (or similar) parameter which would reveal raw JSON that CM API returned.
Describe alternatives you've considered
Using the API directly - but the AIO-CLI is there for "convenience" - and is often used and generally super useful, but not in cases where "raw output" is required.