Skip to content

Commit f5069bd

Browse files
committed
3.5.0
1 parent 7c790b1 commit f5069bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ npm install -g @adobe/aio-cli
6363
$ aio COMMAND
6464
running command...
6565
$ aio (-v|--version|version)
66-
@adobe/aio-cli/3.4.1 darwin-x64 node-v10.18.1
66+
@adobe/aio-cli/3.5.0 darwin-x64 node-v10.18.1
6767
$ aio --help [COMMAND]
6868
USAGE
6969
$ aio COMMAND
@@ -1167,7 +1167,7 @@ ALIASES
11671167
$ aio plugins:discover
11681168
```
11691169

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

11721172
## `aio help [COMMAND]`
11731173

@@ -1346,7 +1346,7 @@ OPTIONS
13461346
-l, --list list plugins that will be cleared
13471347
```
13481348

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

13511351
## `aio runtime`
13521352

@@ -3095,5 +3095,5 @@ DESCRIPTION
30953095
- update all other user-installed plugins
30963096
```
30973097

3098-
_See code: [src/commands/update.js](https://github.com/adobe/aio-cli/blob/3.4.1/src/commands/update.js)_
3098+
_See code: [src/commands/update.js](https://github.com/adobe/aio-cli/blob/3.5.0/src/commands/update.js)_
30993099
<!-- commandsstop -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aio-cli",
33
"description": "Adobe I/O Extensible CLI\n\n******* *******\n****** ******\n***** *****\n**** * ****\n*** *** ***\n** ***** **\n* ** *\n",
4-
"version": "3.4.1",
4+
"version": "3.5.0",
55
"author": "Adobe Inc.",
66
"bin": {
77
"aio": "./bin/run",

0 commit comments

Comments
 (0)