Skip to content

Commit 9876902

Browse files
committed
10.3.4
1 parent 504f519 commit 9876902

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ npm install -g @adobe/aio-cli
9696
$ aio COMMAND
9797
running command...
9898
$ aio (--version|-v)
99-
@adobe/aio-cli/10.3.3 darwin-arm64 node-v20.18.2
99+
@adobe/aio-cli/10.3.4 darwin-arm64 node-v20.18.2
100100
$ aio --help [COMMAND]
101101
USAGE
102102
$ aio COMMAND
@@ -3438,7 +3438,7 @@ ALIASES
34383438
$ aio plugins discover
34393439
```
34403440

3441-
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/10.3.3/src/commands/discover.ts)_
3441+
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/10.3.4/src/commands/discover.ts)_
34423442

34433443
## `aio event`
34443444

@@ -4600,7 +4600,7 @@ DESCRIPTION
46004600
Clears all installed plugins.
46014601
```
46024602

4603-
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/10.3.3/src/commands/rollback.ts)_
4603+
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/10.3.4/src/commands/rollback.ts)_
46044604

46054605
## `aio rt`
46064606

@@ -13846,7 +13846,7 @@ DESCRIPTION
1384613846
- update user-installed plugins that are not core
1384713847
```
1384813848

13849-
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/10.3.3/src/commands/update.ts)_
13849+
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/10.3.4/src/commands/update.ts)_
1385013850

1385113851
## `aio where`
1385213852

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "10.3.3",
4+
"version": "10.3.4",
55
"author": "Adobe Inc.",
66
"bin": {
77
"aio": "bin/run"

0 commit comments

Comments
 (0)