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

aio cli cloudmanager 404 Not found error #698

Open
sanith01988 opened this issue Sep 2, 2024 · 0 comments
Open

aio cli cloudmanager 404 Not found error #698

sanith01988 opened this issue Sep 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sanith01988
Copy link

Expected Behavior

I've done setup for OAuth integration,and my config.json looks like below
//config.json
{
"client_id": "value from your CLI integration (String)",
"client_secrets": ["client secret value from your CLI integration (String)"],
"technical_account_id": "value from your CLI integration (String)",
"technical_account_email": "value from your CLI integration (String)",
"ims_org_id": "value from your CLI integration (String)",
"scopes": [
'openid',
'AdobeID',
'read_organizations',
'additional_info.projectedProductContext',
'read_pc.dma_aem_ams',
.
.
'any other scope from your CLI integration (String)'
],
"oauth_enabled": true
}

I've run
aio config:set ims.contexts.aio-cli-plugin-cloudmanager config.json --file --json
aio cloudmanager:program:list-pipelines
It need to list pipeline

Actual Behavior
aio cloudmanager:program:list-pipelines
› Warning: @adobe/aio-cli update available from 10.0.0 to 10.2.0.
› Run npm install -g @adobe/aio-cli to update.
› Error: 404 (Not Found)

Reproduction Scenario, Platform, and Version

same mentioned above

Also include the output of aio -v and aio plugins

Steps to Reproduce
❯ aio -v
› Warning: @adobe/aio-cli update available from 10.0.0 to 10.2.0.
› Run npm install -g @adobe/aio-cli to update.
@adobe/aio-cli/10.0.0 darwin-arm64 node-v16.20.2
❯ aio plugins
› Warning: @adobe/aio-cli update available from 10.0.0 to 10.2.0.
› Run npm install -g @adobe/aio-cli to update.
@adobe/aio-cli-plugin-aem-rde 1.3.4
@adobe/aio-cli-plugin-cloudmanager 4.2.0

@sanith01988 sanith01988 added the bug Something isn't working label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant