Skip to content

Commit bebd388

Browse files
committed
9.1.0
1 parent 9aae4b8 commit bebd388

File tree

3 files changed

+45
-66
lines changed

3 files changed

+45
-66
lines changed

README.md

Lines changed: 42 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $ npm install -g @adobe/aio-cli
9090
$ aio COMMAND
9191
running command...
9292
$ aio (--version)
93-
@adobe/aio-cli/9.0.0 darwin-arm64 node-v16.17.0
93+
@adobe/aio-cli/9.1.0 darwin-x64 node-v16.17.0
9494
$ aio --help [COMMAND]
9595
USAGE
9696
$ aio COMMAND
@@ -516,7 +516,7 @@ DESCRIPTION
516516
Create, run, test, and deploy Adobe I/O Apps
517517
```
518518

519-
_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/9.2.0/src/commands/app/index.js)_
519+
_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/10.0.0/src/commands/app/index.js)_
520520

521521
## `aio app add`
522522

@@ -540,11 +540,10 @@ Add new actions
540540

541541
```
542542
USAGE
543-
$ aio app add action [-v] [--version] [-s] [--install] [-y] [-e <value>]
543+
$ aio app add action [-v] [--version] [--install] [-y] [-e <value>]
544544
545545
FLAGS
546546
-e, --extension=<value> Add actions to a specific extension
547-
-s, --skip-install [deprecated] Please use --no-install
548547
-v, --verbose Verbose output
549548
-y, --yes Skip questions, and use all default values
550549
--[no-]install [default: true] Run npm installation after files are created
@@ -563,11 +562,10 @@ Add new actions
563562

564563
```
565564
USAGE
566-
$ aio app add actions [-v] [--version] [-s] [--install] [-y] [-e <value>]
565+
$ aio app add actions [-v] [--version] [--install] [-y] [-e <value>]
567566
568567
FLAGS
569568
-e, --extension=<value> Add actions to a specific extension
570-
-s, --skip-install [deprecated] Please use --no-install
571569
-v, --verbose Verbose output
572570
-y, --yes Skip questions, and use all default values
573571
--[no-]install [default: true] Run npm installation after files are created
@@ -602,11 +600,10 @@ Add a new Adobe I/O Events action
602600

603601
```
604602
USAGE
605-
$ aio app add event [-v] [--version] [-s] [--install] [-y] [-e <value>]
603+
$ aio app add event [-v] [--version] [--install] [-y] [-e <value>]
606604
607605
FLAGS
608606
-e, --extension=<value> Add actions to a specific extension
609-
-s, --skip-install [deprecated] Please use --no-install
610607
-v, --verbose Verbose output
611608
-y, --yes Skip questions, and use all default values
612609
--[no-]install [default: true] Run npm installation after files are created
@@ -625,11 +622,10 @@ Add a new Adobe I/O Events action
625622

626623
```
627624
USAGE
628-
$ aio app add events [-v] [--version] [-s] [--install] [-y] [-e <value>]
625+
$ aio app add events [-v] [--version] [--install] [-y] [-e <value>]
629626
630627
FLAGS
631628
-e, --extension=<value> Add actions to a specific extension
632-
-s, --skip-install [deprecated] Please use --no-install
633629
-v, --verbose Verbose output
634630
-y, --yes Skip questions, and use all default values
635631
--[no-]install [default: true] Run npm installation after files are created
@@ -644,22 +640,21 @@ ALIASES
644640

645641
## `aio app add ext`
646642

647-
Add new extensions or a standalone application to the project
643+
Add new extensions to the project
648644

649645
```
650646
USAGE
651-
$ aio app add ext [-v] [--version] [-s] [--install] [-y] [-e <value>]
647+
$ aio app add ext [-v] [--version] [--install] [-y] [-e <value>]
652648
653649
FLAGS
654650
-e, --extension=<value>... Specify extensions to add, skips selection prompt
655-
-s, --skip-install [deprecated] Please use --no-install
656651
-v, --verbose Verbose output
657652
-y, --yes Skip questions, and use all default values
658653
--[no-]install [default: true] Run npm installation after files are created
659654
--version Show version
660655
661656
DESCRIPTION
662-
Add new extensions or a standalone application to the project
657+
Add new extensions to the project
663658
664659
ALIASES
665660
$ aio app add ext
@@ -668,22 +663,21 @@ ALIASES
668663

669664
## `aio app add extension`
670665

671-
Add new extensions or a standalone application to the project
666+
Add new extensions to the project
672667

673668
```
674669
USAGE
675-
$ aio app add extension [-v] [--version] [-s] [--install] [-y] [-e <value>]
670+
$ aio app add extension [-v] [--version] [--install] [-y] [-e <value>]
676671
677672
FLAGS
678673
-e, --extension=<value>... Specify extensions to add, skips selection prompt
679-
-s, --skip-install [deprecated] Please use --no-install
680674
-v, --verbose Verbose output
681675
-y, --yes Skip questions, and use all default values
682676
--[no-]install [default: true] Run npm installation after files are created
683677
--version Show version
684678
685679
DESCRIPTION
686-
Add new extensions or a standalone application to the project
680+
Add new extensions to the project
687681
688682
ALIASES
689683
$ aio app add ext
@@ -692,22 +686,21 @@ ALIASES
692686

693687
## `aio app add extensions`
694688

695-
Add new extensions or a standalone application to the project
689+
Add new extensions to the project
696690

697691
```
698692
USAGE
699-
$ aio app add extensions [-v] [--version] [-s] [--install] [-y] [-e <value>]
693+
$ aio app add extensions [-v] [--version] [--install] [-y] [-e <value>]
700694
701695
FLAGS
702696
-e, --extension=<value>... Specify extensions to add, skips selection prompt
703-
-s, --skip-install [deprecated] Please use --no-install
704697
-v, --verbose Verbose output
705698
-y, --yes Skip questions, and use all default values
706699
--[no-]install [default: true] Run npm installation after files are created
707700
--version Show version
708701
709702
DESCRIPTION
710-
Add new extensions or a standalone application to the project
703+
Add new extensions to the project
711704
712705
ALIASES
713706
$ aio app add ext
@@ -758,11 +751,10 @@ Add web assets support
758751

759752
```
760753
USAGE
761-
$ aio app add web-assets [-v] [--version] [-s] [--install] [-y] [-e <value>]
754+
$ aio app add web-assets [-v] [--version] [--install] [-y] [-e <value>]
762755
763756
FLAGS
764757
-e, --extension=<value> Add web-assets to a specific extension
765-
-s, --skip-install [deprecated] Please use --no-install
766758
-v, --verbose Verbose output
767759
-y, --yes Skip questions, and use all default values
768760
--[no-]install [default: true] Run npm installation after files are created
@@ -778,8 +770,8 @@ Build an Adobe I/O App
778770

779771
```
780772
USAGE
781-
$ aio app build [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
782-
<value>] [--web-assets] [--force-build] [--content-hash] [--web-optimize] [-e <value> | ]
773+
$ aio app build [-v] [--version] [--actions | -a <value>] [--web-assets] [--force-build] [--content-hash]
774+
[--web-optimize] [-e <value> | ]
783775
784776
FLAGS
785777
-a, --action=<value>... Build only a specific action, the flags can be specified multiple times, this will set
@@ -789,9 +781,6 @@ FLAGS
789781
--[no-]actions [default: true] Build actions if any
790782
--[no-]content-hash [default: true] Enable content hashing in browser code
791783
--[no-]force-build [default: true] Force a build even if one already exists
792-
--skip-actions [deprecated] Please use --no-actions
793-
--skip-static [deprecated] Please use --no-web-assets
794-
--skip-web-assets [deprecated] Please use --no-web-assets
795784
--version Show version
796785
--[no-]web-assets [default: true] Build web-assets if any
797786
--web-optimize [default: false] Enable optimization (minification) of js/css/html
@@ -1131,13 +1120,13 @@ Delete existing extensions
11311120

11321121
```
11331122
USAGE
1134-
$ aio app delete ext [-v] [--version] [-y] [--skip-install] [-e <value>]
1123+
$ aio app delete ext [-v] [--version] [-y] [--install] [-e <value>]
11351124
11361125
FLAGS
11371126
-e, --extension=<value>... Specify extensions to delete, skips selection prompt
11381127
-v, --verbose Verbose output
11391128
-y, --yes Skip questions, and use all default values
1140-
--skip-install Skip npm installation after files are created
1129+
--[no-]install [default: true] Run npm installation after files are created
11411130
--version Show version
11421131
11431132
DESCRIPTION
@@ -1154,13 +1143,13 @@ Delete existing extensions
11541143

11551144
```
11561145
USAGE
1157-
$ aio app delete extension [-v] [--version] [-y] [--skip-install] [-e <value>]
1146+
$ aio app delete extension [-v] [--version] [-y] [--install] [-e <value>]
11581147
11591148
FLAGS
11601149
-e, --extension=<value>... Specify extensions to delete, skips selection prompt
11611150
-v, --verbose Verbose output
11621151
-y, --yes Skip questions, and use all default values
1163-
--skip-install Skip npm installation after files are created
1152+
--[no-]install [default: true] Run npm installation after files are created
11641153
--version Show version
11651154
11661155
DESCRIPTION
@@ -1177,13 +1166,13 @@ Delete existing extensions
11771166

11781167
```
11791168
USAGE
1180-
$ aio app delete extensions [-v] [--version] [-y] [--skip-install] [-e <value>]
1169+
$ aio app delete extensions [-v] [--version] [-y] [--install] [-e <value>]
11811170
11821171
FLAGS
11831172
-e, --extension=<value>... Specify extensions to delete, skips selection prompt
11841173
-v, --verbose Verbose output
11851174
-y, --yes Skip questions, and use all default values
1186-
--skip-install Skip npm installation after files are created
1175+
--[no-]install [default: true] Run npm installation after files are created
11871176
--version Show version
11881177
11891178
DESCRIPTION
@@ -1255,9 +1244,9 @@ Build and deploy an Adobe I/O App
12551244

12561245
```
12571246
USAGE
1258-
$ aio app deploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
1259-
<value>] [--web-assets] [--force-build | ] [--content-hash] [--web-optimize] [-e <value> | ] [--skip-build]
1260-
[--skip-deploy] [--build] [--open] [--force-deploy] [--force-publish | | [--publish | ]] [--log-forwarding-update]
1247+
$ aio app deploy [-v] [--version] [--actions | -a <value>] [--web-assets] [--force-build | ] [--content-hash]
1248+
[--web-optimize] [-e <value> | ] [--build] [--open] [--force-deploy] [--force-publish | | [--publish | ]]
1249+
[--log-forwarding-update]
12611250
12621251
FLAGS
12631252
-a, --action=<value>... Deploy only a specific action, the flags can be specified multiple times, this will set
@@ -1276,11 +1265,6 @@ FLAGS
12761265
--open Open the default web browser after a successful deploy, only valid if your app has a
12771266
front-end
12781267
--[no-]publish [default: true] Publish extension(s) to Exchange
1279-
--skip-actions [deprecated] Please use --no-actions
1280-
--skip-build [deprecated] Please use --no-build
1281-
--skip-deploy [deprecated] Please use 'aio app build'
1282-
--skip-static [deprecated] Please use --no-web-assets
1283-
--skip-web-assets [deprecated] Please use --no-web-assets
12841268
--version Show version
12851269
--[no-]web-assets [default: true] Deploy web-assets if any
12861270
--web-optimize [default: false] Enable optimization (minification) of web js/css/html
@@ -1338,24 +1322,24 @@ Create a new Adobe I/O App
13381322

13391323
```
13401324
USAGE
1341-
$ aio app init [PATH] [-v] [--version] [-s] [--install] [-y] [--login] [-e <value> | --extensions] [-w
1342-
<value> | -i <value>] [--confirm-new-workspace]
1325+
$ aio app init [PATH] [-v] [--version] [--install] [-y] [--login] [-e <value> | -t <value>]
1326+
[--standalone-app | ] [-w <value> | -i <value>] [--confirm-new-workspace]
13431327
13441328
ARGUMENTS
13451329
PATH [default: .] Path to the app directory
13461330
13471331
FLAGS
13481332
-e, --extension=<value>... Extension point(s) to implement
13491333
-i, --import=<value> Import an Adobe I/O Developer Console configuration file
1350-
-s, --skip-install [deprecated] Please use --no-install
1334+
-t, --template=<value>... Specify a link to a template that will be installed
13511335
-v, --verbose Verbose output
13521336
-w, --workspace=<value> [default: Stage] Specify the Adobe Developer Console Workspace to init from, defaults to
13531337
Stage
13541338
-y, --yes Skip questions, and use all default values
13551339
--confirm-new-workspace Skip and confirm prompt for creating a new workspace
1356-
--[no-]extensions Use --no-extensions to create a blank application that does not integrate with Exchange
13571340
--[no-]install [default: true] Run npm installation after files are created
13581341
--[no-]login Login using your Adobe ID for interacting with Adobe I/O Developer Console
1342+
--standalone-app Create a stand-alone application
13591343
--version Show version
13601344
13611345
DESCRIPTION
@@ -1516,16 +1500,15 @@ Run an Adobe I/O App
15161500

15171501
```
15181502
USAGE
1519-
$ aio app run [-v] [--version] [--serve] [--actions | [--local | --skip-actions]] [--open] [-e <value>]
1503+
$ aio app run [-v] [--version] [--local | ] [--serve] [--actions] [--open] [-e <value>]
15201504
15211505
FLAGS
15221506
-e, --extension=<value> Run only a specific extension, this flag can only be specified once
15231507
-v, --verbose Verbose output
15241508
--[no-]actions [default: true] Run actions, defaults to true, to skip actions use --no-actions
1525-
--local Run/debug actions locally ( requires Docker running )
1509+
--local Run/debug actions locally (requires Docker running)
15261510
--open Open the default web browser after a successful run, only valid if your app has a front-end
15271511
--[no-]serve [default: true] Start frontend server (experimental)
1528-
--skip-actions [deprecated] Please use --no-actions
15291512
--version Show version
15301513
15311514
DESCRIPTION
@@ -1567,17 +1550,13 @@ Undeploys an Adobe I/O App
15671550

15681551
```
15691552
USAGE
1570-
$ aio app undeploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions]
1571-
[--web-assets] [-e <value>] [--force-unpublish | --unpublish]
1553+
$ aio app undeploy [-v] [--version] [--actions] [--web-assets] [-e <value>] [--force-unpublish | --unpublish]
15721554
15731555
FLAGS
15741556
-e, --extension=<value>... Undeploy only a specific extension, the flags can be specified multiple times
15751557
-v, --verbose Verbose output
15761558
--[no-]actions [default: true] Undeploy actions if any
15771559
--force-unpublish Force unpublish extension(s) from Exchange, will delete all extension points
1578-
--skip-actions [deprecated] Please use --no-actions
1579-
--skip-static [deprecated] Please use --no-web-assets
1580-
--skip-web-assets [deprecated] Please use --no-web-assets
15811560
--[no-]unpublish [default: true] Unpublish selected extension(s) from Exchange
15821561
--version Show version
15831562
--[no-]web-assets [default: true] Undeploy web-assets if any
@@ -1869,7 +1848,7 @@ EXAMPLES
18691848
$ aio autocomplete --refresh-cache
18701849
```
18711850

1872-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.0/src/commands/autocomplete/index.ts)_
1851+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.1/src/commands/autocomplete/index.ts)_
18731852

18741853
## `aio certificate`
18751854

@@ -2949,7 +2928,7 @@ ALIASES
29492928
$ aio plugins discover
29502929
```
29512930

2952-
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/9.0.0/src/commands/discover.ts)_
2931+
_See code: [src/commands/discover.ts](https://github.com/adobe/aio-cli/blob/9.1.0/src/commands/discover.ts)_
29532932

29542933
## `aio event`
29552934

@@ -3572,7 +3551,7 @@ DESCRIPTION
35723551
Display help for aio.
35733552
```
35743553

3575-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_
3554+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.14/src/commands/help.ts)_
35763555

35773556
## `aio info`
35783557

@@ -3705,7 +3684,7 @@ EXAMPLES
37053684
$ aio plugins
37063685
```
37073686

3708-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/index.ts)_
3687+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.1/src/commands/plugins/index.ts)_
37093688

37103689
## `aio plugins:install PLUGIN...`
37113690

@@ -3978,7 +3957,7 @@ DESCRIPTION
39783957
Clears all installed plugins.
39793958
```
39803959

3981-
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/9.0.0/src/commands/rollback.ts)_
3960+
_See code: [src/commands/rollback.ts](https://github.com/adobe/aio-cli/blob/9.1.0/src/commands/rollback.ts)_
39823961

39833962
## `aio rt`
39843963

@@ -12386,7 +12365,7 @@ DESCRIPTION
1238612365
Allow the Adobe Developer CLI to collect anonymous usage data
1238712366
```
1238812367

12389-
_See code: [@adobe/aio-cli-plugin-telemetry](https://github.com/adobe/aio-cli-plugin-telemetry/blob/v1.0.2/src/commands/telemetry/index.js)_
12368+
_See code: [@adobe/aio-cli-plugin-telemetry](https://github.com/adobe/aio-cli-plugin-telemetry/blob/v1.1.0/src/commands/telemetry/index.js)_
1239012369

1239112370
## `aio templates`
1239212371

@@ -12403,7 +12382,7 @@ DESCRIPTION
1240312382
Discover, install, or uninstall a new template into an existing Adobe Developer App Builder App
1240412383
```
1240512384

12406-
_See code: [@adobe/aio-cli-plugin-app-templates](https://github.com/adobe/aio-cli-plugin-app-templates/blob/1.3.1/src/commands/templates/index.js)_
12385+
_See code: [@adobe/aio-cli-plugin-app-templates](https://github.com/adobe/aio-cli-plugin-app-templates/blob/1.4.0/src/commands/templates/index.js)_
1240712386

1240812387
## `aio templates disco`
1240912388

@@ -12755,7 +12734,7 @@ DESCRIPTION
1275512734
- update user-installed plugins that are not core
1275612735
```
1275712736

12758-
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/9.0.0/src/commands/update.ts)_
12737+
_See code: [src/commands/update.ts](https://github.com/adobe/aio-cli/blob/9.1.0/src/commands/update.ts)_
1275912738

1276012739
## `aio where`
1276112740

0 commit comments

Comments
 (0)