Skip to content

Commit be9e4d6

Browse files
committed
11.0.0
1 parent c9b6fcc commit be9e4d6

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/12.0.0-0 darwin-arm64 node-v22.10.0
99+
@adobe/aio-cli/11.0.0 darwin-arm64 node-v22.14.0
100100
$ aio --help [COMMAND]
101101
USAGE
102102
$ aio COMMAND
@@ -3461,7 +3461,7 @@ ALIASES
34613461
$ aio plugins discover
34623462
```
34633463

3464-
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/12.0.0-0/src/commands/discover.ts)_
3464+
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/11.0.0/src/commands/discover.ts)_
34653465

34663466
## `aio event`
34673467

@@ -4623,7 +4623,7 @@ DESCRIPTION
46234623
Clears all installed plugins.
46244624
```
46254625

4626-
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/12.0.0-0/src/commands/rollback.ts)_
4626+
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/11.0.0/src/commands/rollback.ts)_
46274627

46284628
## `aio rt`
46294629

@@ -13909,7 +13909,7 @@ DESCRIPTION
1390913909
- update user-installed plugins that are not core
1391013910
```
1391113911

13912-
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/12.0.0-0/src/commands/update.ts)_
13912+
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/11.0.0/src/commands/update.ts)_
1391313913

1391413914
## `aio where`
1391513915

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

0 commit comments

Comments
 (0)