Open
Description
From a user:
Proxy support section on this page https://github.com/adobe/aio-cli?tab=readme-ov-file#proxy-support says set environment variable (refer image) and same page has a section dedicated to setting up environment variable (refer image). That is causing confusion.
I was trying to setup environment variable as following which are both wrong.
aio config -e HTTP_PROXY=https://user:[email protected]/
aio config -e HTTP_PROXY https://user:[email protected]/
Explanation
aio config
is actually an alias for aio config list
, but it also lists get
, set
, edit
etc in its help. Users are confused here since aio config
also lists the whole help for aio config
(and its subcommands), as well as it being the alias for aio config list
and showing the flags for that.