@adobe/aio-cli-plugin-app 9.1.0 → 9.2.0-pre.2022-09-27.805ee90c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -27,56 +27,33 @@ $ aio app --help
27
27
  # Commands
28
28
  <!-- commands -->
29
29
  * [`aio app`](#aio-app)
30
- * [`aio app:add`](#aio-appadd)
31
- * [`aio app:add:action`](#aio-appaddaction)
32
- * [`aio app:add:actions`](#aio-appaddactions)
33
- * [`aio app:add:ci`](#aio-appaddci)
34
- * [`aio app:add:event`](#aio-appaddevent)
35
- * [`aio app:add:events`](#aio-appaddevents)
36
- * [`aio app:add:ext`](#aio-appaddext)
37
- * [`aio app:add:extension`](#aio-appaddextension)
38
- * [`aio app:add:extensions`](#aio-appaddextensions)
39
- * [`aio app:add:service`](#aio-appaddservice)
40
- * [`aio app:add:services`](#aio-appaddservices)
41
- * [`aio app:add:web-assets`](#aio-appaddweb-assets)
42
- * [`aio app:build`](#aio-appbuild)
43
- * [`aio app:config`](#aio-appconfig)
44
- * [`aio app:config:get`](#aio-appconfigget)
45
- * [`aio app:config:get:lf`](#aio-appconfiggetlf)
46
- * [`aio app:config:get:lf:errors`](#aio-appconfiggetlferrors)
47
- * [`aio app:config:get:log-forwarding`](#aio-appconfiggetlog-forwarding)
48
- * [`aio app:config:get:log-forwarding:errors`](#aio-appconfiggetlog-forwardingerrors)
49
- * [`aio app:config:set`](#aio-appconfigset)
50
- * [`aio app:config:set:lf`](#aio-appconfigsetlf)
51
- * [`aio app:config:set:log-forwarding`](#aio-appconfigsetlog-forwarding)
52
- * [`aio app:create [PATH]`](#aio-appcreate-path)
53
- * [`aio app:delete`](#aio-appdelete)
54
- * [`aio app:delete:action [ACTION-NAME]`](#aio-appdeleteaction-action-name)
55
- * [`aio app:delete:actions [ACTION-NAME]`](#aio-appdeleteactions-action-name)
56
- * [`aio app:delete:ci`](#aio-appdeleteci)
57
- * [`aio app:delete:event [EVENT-ACTION-NAME]`](#aio-appdeleteevent-event-action-name)
58
- * [`aio app:delete:events [EVENT-ACTION-NAME]`](#aio-appdeleteevents-event-action-name)
59
- * [`aio app:delete:ext`](#aio-appdeleteext)
60
- * [`aio app:delete:extension`](#aio-appdeleteextension)
61
- * [`aio app:delete:extensions`](#aio-appdeleteextensions)
62
- * [`aio app:delete:service`](#aio-appdeleteservice)
63
- * [`aio app:delete:services`](#aio-appdeleteservices)
64
- * [`aio app:delete:web-assets`](#aio-appdeleteweb-assets)
65
- * [`aio app:deploy`](#aio-appdeploy)
66
- * [`aio app:get-url [ACTION]`](#aio-appget-url-action)
67
- * [`aio app:info`](#aio-appinfo)
68
- * [`aio app:init [PATH]`](#aio-appinit-path)
69
- * [`aio app:list`](#aio-applist)
70
- * [`aio app:list:ext`](#aio-applistext)
71
- * [`aio app:list:ext-points`](#aio-applistext-points)
72
- * [`aio app:list:extension`](#aio-applistextension)
73
- * [`aio app:list:extension-points`](#aio-applistextension-points)
74
- * [`aio app:list:extensions`](#aio-applistextensions)
75
- * [`aio app:logs`](#aio-applogs)
76
- * [`aio app:run`](#aio-apprun)
77
- * [`aio app:test`](#aio-apptest)
78
- * [`aio app:undeploy`](#aio-appundeploy)
79
- * [`aio app:use [CONFIG_FILE_PATH]`](#aio-appuse-config_file_path)
30
+ * [`aio app add`](#aio-app-add)
31
+ * [`aio app add action`](#aio-app-add-action)
32
+ * [`aio app add ci`](#aio-app-add-ci)
33
+ * [`aio app add event`](#aio-app-add-event)
34
+ * [`aio app add extension`](#aio-app-add-extension)
35
+ * [`aio app add service`](#aio-app-add-service)
36
+ * [`aio app add web-assets`](#aio-app-add-web-assets)
37
+ * [`aio app build`](#aio-app-build)
38
+ * [`aio app create [PATH]`](#aio-app-create-path)
39
+ * [`aio app delete`](#aio-app-delete)
40
+ * [`aio app delete action [ACTION-NAME]`](#aio-app-delete-action-action-name)
41
+ * [`aio app delete ci`](#aio-app-delete-ci)
42
+ * [`aio app delete event [EVENT-ACTION-NAME]`](#aio-app-delete-event-event-action-name)
43
+ * [`aio app delete extension`](#aio-app-delete-extension)
44
+ * [`aio app delete service`](#aio-app-delete-service)
45
+ * [`aio app delete web-assets`](#aio-app-delete-web-assets)
46
+ * [`aio app deploy`](#aio-app-deploy)
47
+ * [`aio app get-url [ACTION]`](#aio-app-get-url-action)
48
+ * [`aio app info`](#aio-app-info)
49
+ * [`aio app init [PATH]`](#aio-app-init-path)
50
+ * [`aio app list`](#aio-app-list)
51
+ * [`aio app list extension`](#aio-app-list-extension)
52
+ * [`aio app logs`](#aio-app-logs)
53
+ * [`aio app run`](#aio-app-run)
54
+ * [`aio app test`](#aio-app-test)
55
+ * [`aio app undeploy`](#aio-app-undeploy)
56
+ * [`aio app use [CONFIG_FILE_PATH]`](#aio-app-use-config_file_path)
80
57
 
81
58
  ## `aio app`
82
59
 
@@ -94,15 +71,15 @@ DESCRIPTION
94
71
  Create, run, test, and deploy Adobe I/O Apps
95
72
  ```
96
73
 
97
- _See code: [src/commands/app/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/index.ts)_
74
+ _See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/9.2.0-pre.2022-09-27.805ee90c/src/commands/app/index.js)_
98
75
 
99
- ## `aio app:add`
76
+ ## `aio app add`
100
77
 
101
78
  Add a new component to an existing Adobe I/O App
102
79
 
103
80
  ```
104
81
  USAGE
105
- $ aio app:add [-v] [--version]
82
+ $ aio app add [-v] [--version]
106
83
 
107
84
  FLAGS
108
85
  -v, --verbose Verbose output
@@ -112,44 +89,16 @@ DESCRIPTION
112
89
  Add a new component to an existing Adobe I/O App
113
90
  ```
114
91
 
115
- _See code: [src/commands/app/add/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/index.ts)_
116
-
117
- ## `aio app:add:action`
118
-
119
- Add new actions
120
-
121
- ```
122
- USAGE
123
- $ aio app:add:action [-v] [--version] [-s] [--install] [-y] [-e <value>]
124
-
125
- FLAGS
126
- -e, --extension=<value> Add actions to a specific extension
127
- -s, --skip-install [deprecated] Please use --no-install
128
- -v, --verbose Verbose output
129
- -y, --yes Skip questions, and use all default values
130
- --[no-]install [default: true] Run npm installation after files are created
131
- --version Show version
132
-
133
- DESCRIPTION
134
- Add new actions
135
-
136
- ALIASES
137
- $ aio app:add:actions
138
- ```
139
-
140
- _See code: [src/commands/app/add/action.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/action.ts)_
141
-
142
- ## `aio app:add:actions`
92
+ ## `aio app add action`
143
93
 
144
94
  Add new actions
145
95
 
146
96
  ```
147
97
  USAGE
148
- $ aio app:add:actions [-v] [--version] [-s] [--install] [-y] [-e <value>]
98
+ $ aio app add action [-v] [--version] [--install] [-y] [-e <value>]
149
99
 
150
100
  FLAGS
151
101
  -e, --extension=<value> Add actions to a specific extension
152
- -s, --skip-install [deprecated] Please use --no-install
153
102
  -v, --verbose Verbose output
154
103
  -y, --yes Skip questions, and use all default values
155
104
  --[no-]install [default: true] Run npm installation after files are created
@@ -159,16 +108,16 @@ DESCRIPTION
159
108
  Add new actions
160
109
 
161
110
  ALIASES
162
- $ aio app:add:actions
111
+ $ aio app add actions
163
112
  ```
164
113
 
165
- ## `aio app:add:ci`
114
+ ## `aio app add ci`
166
115
 
167
116
  Add CI files
168
117
 
169
118
  ```
170
119
  USAGE
171
- $ aio app:add:ci [-v] [--version]
120
+ $ aio app add ci [-v] [--version]
172
121
 
173
122
  FLAGS
174
123
  -v, --verbose Verbose output
@@ -178,44 +127,16 @@ DESCRIPTION
178
127
  Add CI files
179
128
  ```
180
129
 
181
- _See code: [src/commands/app/add/ci.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/ci.ts)_
182
-
183
- ## `aio app:add:event`
184
-
185
- Add a new Adobe I/O Events action
186
-
187
- ```
188
- USAGE
189
- $ aio app:add:event [-v] [--version] [-s] [--install] [-y] [-e <value>]
190
-
191
- FLAGS
192
- -e, --extension=<value> Add actions to a specific extension
193
- -s, --skip-install [deprecated] Please use --no-install
194
- -v, --verbose Verbose output
195
- -y, --yes Skip questions, and use all default values
196
- --[no-]install [default: true] Run npm installation after files are created
197
- --version Show version
198
-
199
- DESCRIPTION
200
- Add a new Adobe I/O Events action
201
-
202
- ALIASES
203
- $ aio app:add:events
204
- ```
205
-
206
- _See code: [src/commands/app/add/event.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/event.ts)_
207
-
208
- ## `aio app:add:events`
130
+ ## `aio app add event`
209
131
 
210
132
  Add a new Adobe I/O Events action
211
133
 
212
134
  ```
213
135
  USAGE
214
- $ aio app:add:events [-v] [--version] [-s] [--install] [-y] [-e <value>]
136
+ $ aio app add event [-v] [--version] [--install] [-y] [-e <value>]
215
137
 
216
138
  FLAGS
217
139
  -e, --extension=<value> Add actions to a specific extension
218
- -s, --skip-install [deprecated] Please use --no-install
219
140
  -v, --verbose Verbose output
220
141
  -y, --yes Skip questions, and use all default values
221
142
  --[no-]install [default: true] Run npm installation after files are created
@@ -225,90 +146,39 @@ DESCRIPTION
225
146
  Add a new Adobe I/O Events action
226
147
 
227
148
  ALIASES
228
- $ aio app:add:events
149
+ $ aio app add events
229
150
  ```
230
151
 
231
- ## `aio app:add:ext`
152
+ ## `aio app add extension`
232
153
 
233
- Add new extensions or a standalone application to the project
154
+ Add new extensions to the project
234
155
 
235
156
  ```
236
157
  USAGE
237
- $ aio app:add:ext [-v] [--version] [-s] [--install] [-y] [-e <value>]
158
+ $ aio app add extension [-v] [--version] [--install] [-y] [-e <value>]
238
159
 
239
160
  FLAGS
240
161
  -e, --extension=<value>... Specify extensions to add, skips selection prompt
241
- -s, --skip-install [deprecated] Please use --no-install
242
162
  -v, --verbose Verbose output
243
163
  -y, --yes Skip questions, and use all default values
244
164
  --[no-]install [default: true] Run npm installation after files are created
245
165
  --version Show version
246
166
 
247
167
  DESCRIPTION
248
- Add new extensions or a standalone application to the project
168
+ Add new extensions to the project
249
169
 
250
170
  ALIASES
251
- $ aio app:add:ext
252
- $ aio app:add:extensions
171
+ $ aio app add ext
172
+ $ aio app add extensions
253
173
  ```
254
174
 
255
- ## `aio app:add:extension`
256
-
257
- Add new extensions or a standalone application to the project
258
-
259
- ```
260
- USAGE
261
- $ aio app:add:extension [-v] [--version] [-s] [--install] [-y] [-e <value>]
262
-
263
- FLAGS
264
- -e, --extension=<value>... Specify extensions to add, skips selection prompt
265
- -s, --skip-install [deprecated] Please use --no-install
266
- -v, --verbose Verbose output
267
- -y, --yes Skip questions, and use all default values
268
- --[no-]install [default: true] Run npm installation after files are created
269
- --version Show version
270
-
271
- DESCRIPTION
272
- Add new extensions or a standalone application to the project
273
-
274
- ALIASES
275
- $ aio app:add:ext
276
- $ aio app:add:extensions
277
- ```
278
-
279
- _See code: [src/commands/app/add/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/extension.ts)_
280
-
281
- ## `aio app:add:extensions`
282
-
283
- Add new extensions or a standalone application to the project
284
-
285
- ```
286
- USAGE
287
- $ aio app:add:extensions [-v] [--version] [-s] [--install] [-y] [-e <value>]
288
-
289
- FLAGS
290
- -e, --extension=<value>... Specify extensions to add, skips selection prompt
291
- -s, --skip-install [deprecated] Please use --no-install
292
- -v, --verbose Verbose output
293
- -y, --yes Skip questions, and use all default values
294
- --[no-]install [default: true] Run npm installation after files are created
295
- --version Show version
296
-
297
- DESCRIPTION
298
- Add new extensions or a standalone application to the project
299
-
300
- ALIASES
301
- $ aio app:add:ext
302
- $ aio app:add:extensions
303
- ```
304
-
305
- ## `aio app:add:service`
175
+ ## `aio app add service`
306
176
 
307
177
  Subscribe to Services in the current Workspace
308
178
 
309
179
  ```
310
180
  USAGE
311
- $ aio app:add:service [-v] [--version]
181
+ $ aio app add service [-v] [--version]
312
182
 
313
183
  FLAGS
314
184
  -v, --verbose Verbose output
@@ -318,41 +188,19 @@ DESCRIPTION
318
188
  Subscribe to Services in the current Workspace
319
189
 
320
190
  ALIASES
321
- $ aio app:add:services
191
+ $ aio app add services
322
192
  ```
323
193
 
324
- _See code: [src/commands/app/add/service.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/service.ts)_
325
-
326
- ## `aio app:add:services`
327
-
328
- Subscribe to Services in the current Workspace
329
-
330
- ```
331
- USAGE
332
- $ aio app:add:services [-v] [--version]
333
-
334
- FLAGS
335
- -v, --verbose Verbose output
336
- --version Show version
337
-
338
- DESCRIPTION
339
- Subscribe to Services in the current Workspace
340
-
341
- ALIASES
342
- $ aio app:add:services
343
- ```
344
-
345
- ## `aio app:add:web-assets`
194
+ ## `aio app add web-assets`
346
195
 
347
196
  Add web assets support
348
197
 
349
198
  ```
350
199
  USAGE
351
- $ aio app:add:web-assets [-v] [--version] [-s] [--install] [-y] [-e <value>]
200
+ $ aio app add web-assets [-v] [--version] [--install] [-y] [-e <value>]
352
201
 
353
202
  FLAGS
354
203
  -e, --extension=<value> Add web-assets to a specific extension
355
- -s, --skip-install [deprecated] Please use --no-install
356
204
  -v, --verbose Verbose output
357
205
  -y, --yes Skip questions, and use all default values
358
206
  --[no-]install [default: true] Run npm installation after files are created
@@ -362,15 +210,13 @@ DESCRIPTION
362
210
  Add web assets support
363
211
  ```
364
212
 
365
- _See code: [src/commands/app/add/web-assets.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/add/web-assets.ts)_
366
-
367
- ## `aio app:build`
213
+ ## `aio app build`
368
214
 
369
215
  Build an Adobe I/O App
370
216
 
371
217
  ```
372
218
  USAGE
373
- $ aio app:build [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
219
+ $ aio app build [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
374
220
  <value>] [--web-assets] [--force-build] [--content-hash] [--web-optimize] [-e <value> | ]
375
221
 
376
222
  FLAGS
@@ -394,205 +240,13 @@ DESCRIPTION
394
240
  This will always force a rebuild unless --no-force-build is set.
395
241
  ```
396
242
 
397
- _See code: [src/commands/app/build.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/build.ts)_
398
-
399
- ## `aio app:config`
400
-
401
- Manage app config
402
-
403
- ```
404
- USAGE
405
- $ aio app:config [-v] [--version]
406
-
407
- FLAGS
408
- -v, --verbose Verbose output
409
- --version Show version
410
-
411
- DESCRIPTION
412
- Manage app config
413
-
414
- ALIASES
415
- $ aio app:config
416
- $ aio app:config
417
- ```
418
-
419
- _See code: [src/commands/app/config/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/config/index.ts)_
420
-
421
- ## `aio app:config:get`
422
-
423
- Get app config
424
-
425
- ```
426
- USAGE
427
- $ aio app:config:get [-v] [--version]
428
-
429
- FLAGS
430
- -v, --verbose Verbose output
431
- --version Show version
432
-
433
- DESCRIPTION
434
- Get app config
435
-
436
- ALIASES
437
- $ aio app:config:get
438
- ```
439
-
440
- _See code: [src/commands/app/config/get/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/config/get/index.ts)_
441
-
442
- ## `aio app:config:get:lf`
443
-
444
- Get log forwarding destination configuration
445
-
446
- ```
447
- USAGE
448
- $ aio app:config:get:lf [-v] [--version]
449
-
450
- FLAGS
451
- -v, --verbose Verbose output
452
- --version Show version
453
-
454
- DESCRIPTION
455
- Get log forwarding destination configuration
456
-
457
- ALIASES
458
- $ aio app:config:get:log-forwarding
459
- $ aio app:config:get:lf
460
- ```
461
-
462
- ## `aio app:config:get:lf:errors`
463
-
464
- Get log forwarding errors
465
-
466
- ```
467
- USAGE
468
- $ aio app:config:get:lf:errors [-v] [--version]
469
-
470
- FLAGS
471
- -v, --verbose Verbose output
472
- --version Show version
473
-
474
- DESCRIPTION
475
- Get log forwarding errors
476
-
477
- ALIASES
478
- $ aio app:config:get:log-forwarding:errors
479
- $ aio app:config:get:lf:errors
480
- ```
481
-
482
- ## `aio app:config:get:log-forwarding`
483
-
484
- Get log forwarding destination configuration
485
-
486
- ```
487
- USAGE
488
- $ aio app:config:get:log-forwarding [-v] [--version]
489
-
490
- FLAGS
491
- -v, --verbose Verbose output
492
- --version Show version
493
-
494
- DESCRIPTION
495
- Get log forwarding destination configuration
496
-
497
- ALIASES
498
- $ aio app:config:get:log-forwarding
499
- $ aio app:config:get:lf
500
- ```
501
-
502
- _See code: [src/commands/app/config/get/log-forwarding.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/config/get/log-forwarding.ts)_
503
-
504
- ## `aio app:config:get:log-forwarding:errors`
505
-
506
- Get log forwarding errors
507
-
508
- ```
509
- USAGE
510
- $ aio app:config:get:log-forwarding:errors [-v] [--version]
511
-
512
- FLAGS
513
- -v, --verbose Verbose output
514
- --version Show version
515
-
516
- DESCRIPTION
517
- Get log forwarding errors
518
-
519
- ALIASES
520
- $ aio app:config:get:log-forwarding:errors
521
- $ aio app:config:get:lf:errors
522
- ```
523
-
524
- _See code: [src/commands/app/config/get/log-forwarding/errors.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/config/get/log-forwarding/errors.ts)_
525
-
526
- ## `aio app:config:set`
527
-
528
- Set app config
529
-
530
- ```
531
- USAGE
532
- $ aio app:config:set [-v] [--version]
533
-
534
- FLAGS
535
- -v, --verbose Verbose output
536
- --version Show version
537
-
538
- DESCRIPTION
539
- Set app config
540
-
541
- ALIASES
542
- $ aio app:config:set
543
- ```
544
-
545
- _See code: [src/commands/app/config/set/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/config/set/index.ts)_
546
-
547
- ## `aio app:config:set:lf`
548
-
549
- Set log forwarding destination configuration
550
-
551
- ```
552
- USAGE
553
- $ aio app:config:set:lf [-v] [--version]
554
-
555
- FLAGS
556
- -v, --verbose Verbose output
557
- --version Show version
558
-
559
- DESCRIPTION
560
- Set log forwarding destination configuration
561
-
562
- ALIASES
563
- $ aio app:config:set:log-forwarding
564
- $ aio app:config:set:lf
565
- ```
566
-
567
- ## `aio app:config:set:log-forwarding`
568
-
569
- Set log forwarding destination configuration
570
-
571
- ```
572
- USAGE
573
- $ aio app:config:set:log-forwarding [-v] [--version]
574
-
575
- FLAGS
576
- -v, --verbose Verbose output
577
- --version Show version
578
-
579
- DESCRIPTION
580
- Set log forwarding destination configuration
581
-
582
- ALIASES
583
- $ aio app:config:set:log-forwarding
584
- $ aio app:config:set:lf
585
- ```
586
-
587
- _See code: [src/commands/app/config/set/log-forwarding.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/config/set/log-forwarding.ts)_
588
-
589
- ## `aio app:create [PATH]`
243
+ ## `aio app create [PATH]`
590
244
 
591
245
  Create a new Adobe I/O App with default parameters
592
246
 
593
247
  ```
594
248
  USAGE
595
- $ aio app:create [PATH] [-v] [--version] [-i <value>]
249
+ $ aio app create [PATH] [-v] [--version] [-i <value>]
596
250
 
597
251
  ARGUMENTS
598
252
  PATH [default: .] Path to the app directory
@@ -606,15 +260,13 @@ DESCRIPTION
606
260
  Create a new Adobe I/O App with default parameters
607
261
  ```
608
262
 
609
- _See code: [src/commands/app/create.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/create.ts)_
610
-
611
- ## `aio app:delete`
263
+ ## `aio app delete`
612
264
 
613
265
  Delete a component from an existing Adobe I/O App
614
266
 
615
267
  ```
616
268
  USAGE
617
- $ aio app:delete [-v] [--version]
269
+ $ aio app delete [-v] [--version]
618
270
 
619
271
  FLAGS
620
272
  -v, --verbose Verbose output
@@ -624,15 +276,13 @@ DESCRIPTION
624
276
  Delete a component from an existing Adobe I/O App
625
277
  ```
626
278
 
627
- _See code: [src/commands/app/delete/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/index.ts)_
628
-
629
- ## `aio app:delete:action [ACTION-NAME]`
279
+ ## `aio app delete action [ACTION-NAME]`
630
280
 
631
281
  Delete existing actions
632
282
 
633
283
  ```
634
284
  USAGE
635
- $ aio app:delete:action [ACTION-NAME] [-v] [--version] [-y]
285
+ $ aio app delete action [ACTION-NAME] [-v] [--version] [-y]
636
286
 
637
287
  ARGUMENTS
638
288
  ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
@@ -646,41 +296,16 @@ DESCRIPTION
646
296
  Delete existing actions
647
297
 
648
298
  ALIASES
649
- $ aio app:delete:actions
299
+ $ aio app delete actions
650
300
  ```
651
301
 
652
- _See code: [src/commands/app/delete/action.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/action.ts)_
653
-
654
- ## `aio app:delete:actions [ACTION-NAME]`
655
-
656
- Delete existing actions
657
-
658
- ```
659
- USAGE
660
- $ aio app:delete:actions [ACTION-NAME] [-v] [--version] [-y]
661
-
662
- ARGUMENTS
663
- ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
664
-
665
- FLAGS
666
- -v, --verbose Verbose output
667
- -y, --yes Skip questions, and use all default values
668
- --version Show version
669
-
670
- DESCRIPTION
671
- Delete existing actions
672
-
673
- ALIASES
674
- $ aio app:delete:actions
675
- ```
676
-
677
- ## `aio app:delete:ci`
302
+ ## `aio app delete ci`
678
303
 
679
304
  Delete existing CI files
680
305
 
681
306
  ```
682
307
  USAGE
683
- $ aio app:delete:ci [-v] [--version] [-y]
308
+ $ aio app delete ci [-v] [--version] [-y]
684
309
 
685
310
  FLAGS
686
311
  -v, --verbose Verbose output
@@ -691,40 +316,13 @@ DESCRIPTION
691
316
  Delete existing CI files
692
317
  ```
693
318
 
694
- _See code: [src/commands/app/delete/ci.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/ci.ts)_
695
-
696
- ## `aio app:delete:event [EVENT-ACTION-NAME]`
697
-
698
- Delete existing Adobe I/O Events actions
699
-
700
- ```
701
- USAGE
702
- $ aio app:delete:event [EVENT-ACTION-NAME] [-v] [--version] [-y]
703
-
704
- ARGUMENTS
705
- EVENT-ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
706
-
707
- FLAGS
708
- -v, --verbose Verbose output
709
- -y, --yes Skip questions, and use all default values
710
- --version Show version
711
-
712
- DESCRIPTION
713
- Delete existing Adobe I/O Events actions
714
-
715
- ALIASES
716
- $ aio app:delete:events
717
- ```
718
-
719
- _See code: [src/commands/app/delete/event.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/event.ts)_
720
-
721
- ## `aio app:delete:events [EVENT-ACTION-NAME]`
319
+ ## `aio app delete event [EVENT-ACTION-NAME]`
722
320
 
723
321
  Delete existing Adobe I/O Events actions
724
322
 
725
323
  ```
726
324
  USAGE
727
- $ aio app:delete:events [EVENT-ACTION-NAME] [-v] [--version] [-y]
325
+ $ aio app delete event [EVENT-ACTION-NAME] [-v] [--version] [-y]
728
326
 
729
327
  ARGUMENTS
730
328
  EVENT-ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
@@ -738,108 +336,39 @@ DESCRIPTION
738
336
  Delete existing Adobe I/O Events actions
739
337
 
740
338
  ALIASES
741
- $ aio app:delete:events
742
- ```
743
-
744
- ## `aio app:delete:ext`
745
-
746
- Delete existing extensions
747
-
748
- ```
749
- USAGE
750
- $ aio app:delete:ext [-v] [--version] [-y] [--skip-install] [-e <value>]
751
-
752
- FLAGS
753
- -e, --extension=<value>... Specify extensions to delete, skips selection prompt
754
- -v, --verbose Verbose output
755
- -y, --yes Skip questions, and use all default values
756
- --skip-install Skip npm installation after files are created
757
- --version Show version
758
-
759
- DESCRIPTION
760
- Delete existing extensions
761
-
762
- ALIASES
763
- $ aio app:delete:ext
764
- $ aio app:delete:extensions
765
- ```
766
-
767
- ## `aio app:delete:extension`
768
-
769
- Delete existing extensions
770
-
771
- ```
772
- USAGE
773
- $ aio app:delete:extension [-v] [--version] [-y] [--skip-install] [-e <value>]
774
-
775
- FLAGS
776
- -e, --extension=<value>... Specify extensions to delete, skips selection prompt
777
- -v, --verbose Verbose output
778
- -y, --yes Skip questions, and use all default values
779
- --skip-install Skip npm installation after files are created
780
- --version Show version
781
-
782
- DESCRIPTION
783
- Delete existing extensions
784
-
785
- ALIASES
786
- $ aio app:delete:ext
787
- $ aio app:delete:extensions
339
+ $ aio app delete events
788
340
  ```
789
341
 
790
- _See code: [src/commands/app/delete/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/extension.ts)_
791
-
792
- ## `aio app:delete:extensions`
342
+ ## `aio app delete extension`
793
343
 
794
344
  Delete existing extensions
795
345
 
796
346
  ```
797
347
  USAGE
798
- $ aio app:delete:extensions [-v] [--version] [-y] [--skip-install] [-e <value>]
348
+ $ aio app delete extension [-v] [--version] [-y] [--install] [-e <value>]
799
349
 
800
350
  FLAGS
801
351
  -e, --extension=<value>... Specify extensions to delete, skips selection prompt
802
352
  -v, --verbose Verbose output
803
353
  -y, --yes Skip questions, and use all default values
804
- --skip-install Skip npm installation after files are created
354
+ --[no-]install [default: true] Run npm installation after files are created
805
355
  --version Show version
806
356
 
807
357
  DESCRIPTION
808
358
  Delete existing extensions
809
359
 
810
360
  ALIASES
811
- $ aio app:delete:ext
812
- $ aio app:delete:extensions
813
- ```
814
-
815
- ## `aio app:delete:service`
816
-
817
- Delete Services in the current Workspace
818
-
819
- ```
820
- USAGE
821
- $ aio app:delete:service [-v] [--version]
822
-
823
- FLAGS
824
- -v, --verbose Verbose output
825
- --version Show version
826
-
827
- DESCRIPTION
828
- Delete Services in the current Workspace
829
-
830
- ALIASES
831
- $ aio app:delete:services
361
+ $ aio app delete ext
362
+ $ aio app delete extensions
832
363
  ```
833
364
 
834
- _See code: [src/commands/app/delete/service.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/service.ts)_
835
-
836
- ## `aio app:delete:services`
365
+ ## `aio app delete service`
837
366
 
838
367
  Delete Services in the current Workspace
839
368
 
840
369
  ```
841
370
  USAGE
842
- $ aio app:delete:services [-v] [--version]
371
+ $ aio app delete service [-v] [--version]
843
372
 
844
373
  FLAGS
845
374
  -v, --verbose Verbose output
@@ -849,16 +378,16 @@ DESCRIPTION
849
378
  Delete Services in the current Workspace
850
379
 
851
380
  ALIASES
852
- $ aio app:delete:services
381
+ $ aio app delete services
853
382
  ```
854
383
 
855
- ## `aio app:delete:web-assets`
384
+ ## `aio app delete web-assets`
856
385
 
857
386
  Delete existing web assets
858
387
 
859
388
  ```
860
389
  USAGE
861
- $ aio app:delete:web-assets [-v] [--version] [-y]
390
+ $ aio app delete web-assets [-v] [--version] [-y]
862
391
 
863
392
  FLAGS
864
393
  -v, --verbose Verbose output
@@ -869,17 +398,15 @@ DESCRIPTION
869
398
  Delete existing web assets
870
399
  ```
871
400
 
872
- _See code: [src/commands/app/delete/web-assets.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/delete/web-assets.ts)_
873
-
874
- ## `aio app:deploy`
401
+ ## `aio app deploy`
875
402
 
876
403
  Build and deploy an Adobe I/O App
877
404
 
878
405
  ```
879
406
  USAGE
880
- $ aio app:deploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
407
+ $ aio app deploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
881
408
  <value>] [--web-assets] [--force-build | ] [--content-hash] [--web-optimize] [-e <value> | ] [--skip-build]
882
- [--skip-deploy] [--build] [--open] [--force-publish | | [--publish | ]] [--log-forwarding-update]
409
+ [--skip-deploy] [--build] [--open] [--force-deploy] [--force-publish | | [--publish | ]] [--log-forwarding-update]
883
410
 
884
411
  FLAGS
885
412
  -a, --action=<value>... Deploy only a specific action, the flags can be specified multiple times, this will set
@@ -890,7 +417,10 @@ FLAGS
890
417
  --[no-]build [default: true] Run the build phase before deployment
891
418
  --[no-]content-hash [default: true] Enable content hashing in browser code
892
419
  --[no-]force-build [default: true] Force a build even if one already exists
893
- --force-publish Force publish extension(s) to Exchange, delete previously published extension points
420
+ --force-deploy [default: false] Force deploy changes, regardless of production Workspace being
421
+ published in Exchange.
422
+ --force-publish [default: false] Force publish extension(s) to Exchange, delete previously published
423
+ extension points
894
424
  --[no-]log-forwarding-update [default: true] Update log forwarding configuration on server
895
425
  --open Open the default web browser after a successful deploy, only valid if your app has a
896
426
  front-end
@@ -910,15 +440,13 @@ DESCRIPTION
910
440
  This will always force a rebuild unless --no-force-build is set.
911
441
  ```
912
442
 
913
- _See code: [src/commands/app/deploy.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/deploy.ts)_
914
-
915
- ## `aio app:get-url [ACTION]`
443
+ ## `aio app get-url [ACTION]`
916
444
 
917
445
  Get action URLs
918
446
 
919
447
  ```
920
448
  USAGE
921
- $ aio app:get-url [ACTION] [-v] [--version] [--cdn] [-j] [-h] [-y] [--local]
449
+ $ aio app get-url [ACTION] [-v] [--version] [--cdn] [-j] [-h] [-y] [--local]
922
450
 
923
451
  FLAGS
924
452
  -h, --hson Output human readable json
@@ -933,15 +461,13 @@ DESCRIPTION
933
461
  Get action URLs
934
462
  ```
935
463
 
936
- _See code: [src/commands/app/get-url.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/get-url.ts)_
937
-
938
- ## `aio app:info`
464
+ ## `aio app info`
939
465
 
940
466
  Display settings/configuration in use by an Adobe I/O App
941
467
 
942
468
  ```
943
469
  USAGE
944
- $ aio app:info [-v] [--version] [-j | -h | -y] [--mask]
470
+ $ aio app info [-v] [--version] [-j | -h | -y] [--mask]
945
471
 
946
472
  FLAGS
947
473
  -h, --hson Output human readable json
@@ -955,16 +481,14 @@ DESCRIPTION
955
481
  Display settings/configuration in use by an Adobe I/O App
956
482
  ```
957
483
 
958
- _See code: [src/commands/app/info.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/info.ts)_
959
-
960
- ## `aio app:init [PATH]`
484
+ ## `aio app init [PATH]`
961
485
 
962
486
  Create a new Adobe I/O App
963
487
 
964
488
  ```
965
489
  USAGE
966
- $ aio app:init [PATH] [-v] [--version] [-s] [--install] [-y] [--login] [-e <value> | --extensions] [-w
967
- <value> | -i <value>] [--confirm-new-workspace]
490
+ $ aio app init [PATH] [-v] [--version] [--install] [-y] [--login] [-e <value> | -t <value>]
491
+ [--standalone-app | ] [-w <value> | -i <value>] [--confirm-new-workspace]
968
492
 
969
493
  ARGUMENTS
970
494
  PATH [default: .] Path to the app directory
@@ -972,30 +496,28 @@ ARGUMENTS
972
496
  FLAGS
973
497
  -e, --extension=<value>... Extension point(s) to implement
974
498
  -i, --import=<value> Import an Adobe I/O Developer Console configuration file
975
- -s, --skip-install [deprecated] Please use --no-install
499
+ -t, --template=<value>... Specify a link to a template that will be installed
976
500
  -v, --verbose Verbose output
977
501
  -w, --workspace=<value> [default: Stage] Specify the Adobe Developer Console Workspace to init from, defaults to
978
502
  Stage
979
503
  -y, --yes Skip questions, and use all default values
980
504
  --confirm-new-workspace Skip and confirm prompt for creating a new workspace
981
- --[no-]extensions Use --no-extensions to create a blank application that does not integrate with Exchange
982
505
  --[no-]install [default: true] Run npm installation after files are created
983
506
  --[no-]login Login using your Adobe ID for interacting with Adobe I/O Developer Console
507
+ --standalone-app Create a stand-alone application
984
508
  --version Show version
985
509
 
986
510
  DESCRIPTION
987
511
  Create a new Adobe I/O App
988
512
  ```
989
513
 
990
- _See code: [src/commands/app/init.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/init.ts)_
991
-
992
- ## `aio app:list`
514
+ ## `aio app list`
993
515
 
994
516
  List components for Adobe I/O App
995
517
 
996
518
  ```
997
519
  USAGE
998
- $ aio app:list [-v] [--version]
520
+ $ aio app list [-v] [--version]
999
521
 
1000
522
  FLAGS
1001
523
  -v, --verbose Verbose output
@@ -1005,59 +527,13 @@ DESCRIPTION
1005
527
  List components for Adobe I/O App
1006
528
  ```
1007
529
 
1008
- _See code: [src/commands/app/list/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/list/index.ts)_
1009
-
1010
- ## `aio app:list:ext`
1011
-
1012
- List implemented extensions
1013
-
1014
- ```
1015
- USAGE
1016
- $ aio app:list:ext [-v] [--version] [-j] [-y]
1017
-
1018
- FLAGS
1019
- -j, --json Output json
1020
- -v, --verbose Verbose output
1021
- -y, --yml Output yml
1022
- --version Show version
1023
-
1024
- DESCRIPTION
1025
- List implemented extensions
1026
-
1027
- ALIASES
1028
- $ aio app:list:ext
1029
- $ aio app:list:extensions
1030
- ```
1031
-
1032
- ## `aio app:list:ext-points`
1033
-
1034
- List all extension points for the selected org
1035
-
1036
- ```
1037
- USAGE
1038
- $ aio app:list:ext-points [-v] [--version] [-j] [-y]
1039
-
1040
- FLAGS
1041
- -j, --json Output json
1042
- -v, --verbose Verbose output
1043
- -y, --yml Output yml
1044
- --version Show version
1045
-
1046
- DESCRIPTION
1047
- List all extension points for the selected org
1048
-
1049
- ALIASES
1050
- $ aio app:list:ext-points
1051
- $ aio app:list:extension-points
1052
- ```
1053
-
1054
- ## `aio app:list:extension`
530
+ ## `aio app list extension`
1055
531
 
1056
532
  List implemented extensions
1057
533
 
1058
534
  ```
1059
535
  USAGE
1060
- $ aio app:list:extension [-v] [--version] [-j] [-y]
536
+ $ aio app list extension [-v] [--version] [-j] [-y]
1061
537
 
1062
538
  FLAGS
1063
539
  -j, --json Output json
@@ -1069,65 +545,17 @@ DESCRIPTION
1069
545
  List implemented extensions
1070
546
 
1071
547
  ALIASES
1072
- $ aio app:list:ext
1073
- $ aio app:list:extensions
1074
- ```
1075
-
1076
- _See code: [src/commands/app/list/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/list/extension.ts)_
1077
-
1078
- ## `aio app:list:extension-points`
1079
-
1080
- List all extension points for the selected org
1081
-
548
+ $ aio app list ext
549
+ $ aio app list extensions
1082
550
  ```
1083
- USAGE
1084
- $ aio app:list:extension-points [-v] [--version] [-j] [-y]
1085
551
 
1086
- FLAGS
1087
- -j, --json Output json
1088
- -v, --verbose Verbose output
1089
- -y, --yml Output yml
1090
- --version Show version
1091
-
1092
- DESCRIPTION
1093
- List all extension points for the selected org
1094
-
1095
- ALIASES
1096
- $ aio app:list:ext-points
1097
- $ aio app:list:extension-points
1098
- ```
1099
-
1100
- _See code: [src/commands/app/list/extension-points.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/list/extension-points.ts)_
1101
-
1102
- ## `aio app:list:extensions`
1103
-
1104
- List implemented extensions
1105
-
1106
- ```
1107
- USAGE
1108
- $ aio app:list:extensions [-v] [--version] [-j] [-y]
1109
-
1110
- FLAGS
1111
- -j, --json Output json
1112
- -v, --verbose Verbose output
1113
- -y, --yml Output yml
1114
- --version Show version
1115
-
1116
- DESCRIPTION
1117
- List implemented extensions
1118
-
1119
- ALIASES
1120
- $ aio app:list:ext
1121
- $ aio app:list:extensions
1122
- ```
1123
-
1124
- ## `aio app:logs`
552
+ ## `aio app logs`
1125
553
 
1126
554
  Fetch logs for an Adobe I/O App
1127
555
 
1128
556
  ```
1129
557
  USAGE
1130
- $ aio app:logs [-v] [--version] [-l <value>] [-a <value>] [-r] [-t | -w | -o]
558
+ $ aio app logs [-v] [--version] [-l <value>] [-a <value>] [-r] [-t | -w | -o]
1131
559
 
1132
560
  FLAGS
1133
561
  -a, --action=<value>... Fetch logs for a specific action
@@ -1143,15 +571,13 @@ DESCRIPTION
1143
571
  Fetch logs for an Adobe I/O App
1144
572
  ```
1145
573
 
1146
- _See code: [src/commands/app/logs.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/logs.ts)_
1147
-
1148
- ## `aio app:run`
574
+ ## `aio app run`
1149
575
 
1150
576
  Run an Adobe I/O App
1151
577
 
1152
578
  ```
1153
579
  USAGE
1154
- $ aio app:run [-v] [--version] [--serve] [--actions | [--local | --skip-actions]] [--open] [-e <value>]
580
+ $ aio app run [-v] [--version] [--serve] [--actions | [--local | --skip-actions]] [--open] [-e <value>]
1155
581
 
1156
582
  FLAGS
1157
583
  -e, --extension=<value> Run only a specific extension, this flag can only be specified once
@@ -1167,15 +593,13 @@ DESCRIPTION
1167
593
  Run an Adobe I/O App
1168
594
  ```
1169
595
 
1170
- _See code: [src/commands/app/run.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/run.ts)_
1171
-
1172
- ## `aio app:test`
596
+ ## `aio app test`
1173
597
 
1174
598
  Run tests for an Adobe I/O App
1175
599
 
1176
600
  ```
1177
601
  USAGE
1178
- $ aio app:test [-v] [--version] [-e <value> | -a <value>] [--all] [--e2e] [--unit]
602
+ $ aio app test [-v] [--version] [-e <value> | -a <value>] [--all] [--e2e] [--unit]
1179
603
 
1180
604
  FLAGS
1181
605
  -a, --action=<value>... the action(s) to test
@@ -1198,15 +622,13 @@ DESCRIPTION
1198
622
  If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead.
1199
623
  ```
1200
624
 
1201
- _See code: [src/commands/app/test.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/test.ts)_
1202
-
1203
- ## `aio app:undeploy`
625
+ ## `aio app undeploy`
1204
626
 
1205
627
  Undeploys an Adobe I/O App
1206
628
 
1207
629
  ```
1208
630
  USAGE
1209
- $ aio app:undeploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions]
631
+ $ aio app undeploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions]
1210
632
  [--web-assets] [-e <value>] [--force-unpublish | --unpublish]
1211
633
 
1212
634
  FLAGS
@@ -1225,15 +647,13 @@ DESCRIPTION
1225
647
  Undeploys an Adobe I/O App
1226
648
  ```
1227
649
 
1228
- _See code: [src/commands/app/undeploy.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/undeploy.ts)_
1229
-
1230
- ## `aio app:use [CONFIG_FILE_PATH]`
650
+ ## `aio app use [CONFIG_FILE_PATH]`
1231
651
 
1232
652
  Import an Adobe Developer Console configuration file.
1233
653
 
1234
654
  ```
1235
655
  USAGE
1236
- $ aio app:use [CONFIG_FILE_PATH] [-v] [--version] [--overwrite | --merge] [--confirm-new-workspace] [-w
656
+ $ aio app use [CONFIG_FILE_PATH] [-v] [--version] [--overwrite | --merge] [--confirm-new-workspace] [-w
1237
657
  <value> | [-g | -w <value>] | ] [--no-service-sync | --confirm-service-sync] [--no-input]
1238
658
 
1239
659
  ARGUMENTS
@@ -1270,6 +690,4 @@ DESCRIPTION
1270
690
  To download the configuration file for your project, select the 'Download' button in the toolbar of your project's
1271
691
  page in https://console.adobe.io
1272
692
  ```
1273
-
1274
- _See code: [src/commands/app/use.ts](https://github.com/adobe/aio-cli-plugin-app/blob/9.1.0/src/commands/app/use.ts)_
1275
693
  <!-- commandsstop -->