adobe / adobe/aio-cli-plugin-cloudmanager
aio cli cloudmanager 404 Not found error
- 主要语言
- JavaScript
- 星标
- 50
- 派生
- 36
- PR 合并指标
- 30 天内没有已合并 PR
描述
**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
贡献指南
调研方向
从提供的 config.json OAuth 设置开始,并使用报告中的 CLI 和插件版本重现 aio cloudmanager:program:list-pipelines。确认 Cloud Manager 管道列表命令可以正常工作且不会返回 404,并记录任何所需的配置或版本更改。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- cli, cloud
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100