Skip to content

Commit

Permalink
9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Goberling authored and Michael Goberling committed Nov 8, 2022
1 parent cfdf481 commit 5bacaaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $ npm install -g @adobe/aio-cli
$ aio COMMAND
running command...
$ aio (--version)
@adobe/aio-cli/9.1.0 darwin-x64 node-v16.17.0
@adobe/aio-cli/9.1.1 darwin-arm64 node-v18.12.1
$ aio --help [COMMAND]
USAGE
$ aio COMMAND
Expand Down Expand Up @@ -2928,7 +2928,7 @@ ALIASES
$ aio plugins discover
```

_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/9.1.0/src/commands/discover.ts)_
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/9.1.1/src/commands/discover.ts)_

## `aio event`

Expand Down Expand Up @@ -3957,7 +3957,7 @@ DESCRIPTION
Clears all installed plugins.
```

_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/9.1.0/src/commands/rollback.ts)_
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/9.1.1/src/commands/rollback.ts)_

## `aio rt`

Expand Down Expand Up @@ -12734,7 +12734,7 @@ DESCRIPTION
- update user-installed plugins that are not core
```

_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/9.1.0/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/9.1.1/src/commands/update.ts)_

## `aio where`

Expand Down
4 changes: 2 additions & 2 deletions 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": "9.1.0",
"version": "9.1.1",
"author": "Adobe Inc.",
"bin": {
"aio": "./bin/run"
Expand Down

0 comments on commit 5bacaaf

Please sign in to comment.