adobe / adobe/aio-cli

Docs and help out of date for commands in this repo

Open
#435 1 comment 0 reactions 0 assignees View on GitHub
documentation
Dominant language
JavaScript
Stars
95
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Example: `aio plugins update`

### Expected Behaviour

[README](https://github.com/adobe/aio-cli#aio-plugins-update) matches [source code](https://github.com/adobe/aio-cli/blob/master/src/commands/update.js#L231) 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.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.