Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

aio cli cloudmanager plugin commands always give "Error: 400 (Bad Request)"

Avatar

Level 9

All commands give this error, e.g:

 

aio cloudmanager:list-environments 

    Error: 400 (Bad Request)

 

% npm -version

7.6.0

% node 

Welcome to Node.js v15.10.0.

% aio -v      

@adobe/aio-cli/8.2.0 darwin-arm64 node-v15.10.0

 

how to reproduce:

1) install aio

2) install cloud manager

2) login

3) run any (core) aio command (works)

4) run any aio cloudmanager command (fails with bad request)

 

Installed via this method:

  1. npm install -g @adobe/aio-cli
  2. aio plugins:install @adobe/aio-cli-plugin-cloudmanager
  3. aio plugins:update
  4. aio auth:login

  5. aio config:set cloudmanager_programid myid

 

 

1 Reply