Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jun 2, 2020
1 parent 7c790b1 commit f5069bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ npm install -g @adobe/aio-cli
$ aio COMMAND
running command...
$ aio (-v|--version|version)
@adobe/aio-cli/3.4.1 darwin-x64 node-v10.18.1
@adobe/aio-cli/3.5.0 darwin-x64 node-v10.18.1
$ aio --help [COMMAND]
USAGE
$ aio COMMAND
Expand Down Expand Up @@ -1167,7 +1167,7 @@ ALIASES
$ aio plugins:discover
```

_See code: [src/commands/discover.js](https://github.com/adobe/aio-cli/blob/3.4.1/src/commands/discover.js)_
_See code: [src/commands/discover.js](https://github.com/adobe/aio-cli/blob/3.5.0/src/commands/discover.js)_

## `aio help [COMMAND]`

Expand Down Expand Up @@ -1346,7 +1346,7 @@ OPTIONS
-l, --list list plugins that will be cleared
```

_See code: [src/commands/rollback.js](https://github.com/adobe/aio-cli/blob/3.4.1/src/commands/rollback.js)_
_See code: [src/commands/rollback.js](https://github.com/adobe/aio-cli/blob/3.5.0/src/commands/rollback.js)_

## `aio runtime`

Expand Down Expand Up @@ -3095,5 +3095,5 @@ DESCRIPTION
- update all other user-installed plugins
```

_See code: [src/commands/update.js](https://github.com/adobe/aio-cli/blob/3.4.1/src/commands/update.js)_
_See code: [src/commands/update.js](https://github.com/adobe/aio-cli/blob/3.5.0/src/commands/update.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adobe/aio-cli",
"description": "Adobe I/O Extensible CLI\n\n******* *******\n****** ******\n***** *****\n**** * ****\n*** *** ***\n** ***** **\n* ** *\n",
"version": "3.4.1",
"version": "3.5.0",
"author": "Adobe Inc.",
"bin": {
"aio": "./bin/run",
Expand Down

0 comments on commit f5069bd

Please sign in to comment.