Skip to content

aio cli cloudmanager 404 Not found error #698

@sanith01988

Description

@sanith01988

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions