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

Offer an option to request the RAW Cloudmanager API feedback in AIO-CLI-PLUGIN-CLOUDMANAGER #660

Open
rwunsch opened this issue Oct 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@rwunsch
Copy link

rwunsch commented Oct 25, 2022

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.

@rwunsch rwunsch added the enhancement New feature or request label Oct 25, 2022
@robrat
Copy link

robrat commented Jul 4, 2024

I would also like to have this kind of feature, e.g. when an interesting detail in the default output is missing. Github CLI also offers this kind of request option if something is missing in the convenience methods: https://cli.github.com/manual/gh_api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants