Skip to content

Commit 4f7ad4f

Browse files
committed
10.3.3
1 parent c1e6911 commit 4f7ad4f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 6 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.2 darwin-arm64 node-v22.11.0
99+
@adobe/aio-cli/10.3.3 darwin-arm64 node-v20.18.2
100100
$ aio --help [COMMAND]
101101
USAGE
102102
$ aio COMMAND
@@ -3430,14 +3430,15 @@ FLAGS
34303430
34313431
DESCRIPTION
34323432
Discover plugins to install
3433+
Lists only plugins with prefix '@adobe/aio-cli-plugin'
34333434
To install a plugin, run 'aio plugins install NAME'
34343435
34353436
34363437
ALIASES
34373438
$ aio plugins discover
34383439
```
34393440

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

34423443
## `aio event`
34433444

@@ -4335,6 +4336,7 @@ FLAGS
43354336
43364337
DESCRIPTION
43374338
Discover plugins to install
4339+
Lists only plugins with prefix '@adobe/aio-cli-plugin'
43384340
To install a plugin, run 'aio plugins install NAME'
43394341
43404342
@@ -4598,7 +4600,7 @@ DESCRIPTION
45984600
Clears all installed plugins.
45994601
```
46004602

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

46034605
## `aio rt`
46044606

@@ -13844,7 +13846,7 @@ DESCRIPTION
1384413846
- update user-installed plugins that are not core
1384513847
```
1384613848

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

1384913851
## `aio where`
1385013852

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

0 commit comments

Comments
 (0)