aio-cli icon indicating copy to clipboard operation
aio-cli copied to clipboard

Docs and help out of date for commands in this repo

Open MichaelGoberling opened this issue 2 years ago • 1 comments

Example: aio plugins update

Expected Behaviour

README matches source code in terms of description and available flags.

Update all installed plugins.
This command will only:
- update user-installed plugins that are not core

USAGE
  $ aio plugins update [-h] [-i] [-l] [-c] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
  -i --interactive ...
  -l --list ...
  -c --confirm ...

DESCRIPTION
Update all installed plugins.
This command will only:
- update user-installed plugins that are not core

Actual Behaviour

Only a short description and a small subset of flags are shown:

Update installed plugins.

USAGE
  $ aio plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

MichaelGoberling avatar Jun 08 '23 15:06 MichaelGoberling

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2291

aiojbot avatar Jun 08 '23 16:06 aiojbot