@adobe/aio-cli-plugin-app 9.1.0 → 9.2.0

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/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,15 +89,13 @@ 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`
92
+ ## `aio app add action`
118
93
 
119
94
  Add new actions
120
95
 
121
96
  ```
122
97
  USAGE
123
- $ aio app:add:action [-v] [--version] [-s] [--install] [-y] [-e <value>]
98
+ $ aio app add action [-v] [--version] [-s] [--install] [-y] [-e <value>]
124
99
 
125
100
  FLAGS
126
101
  -e, --extension=<value> Add actions to a specific extension
@@ -134,41 +109,16 @@ DESCRIPTION
134
109
  Add new actions
135
110
 
136
111
  ALIASES
137
- $ aio app:add:actions
112
+ $ aio app add actions
138
113
  ```
139
114
 
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`
143
-
144
- Add new actions
145
-
146
- ```
147
- USAGE
148
- $ aio app:add:actions [-v] [--version] [-s] [--install] [-y] [-e <value>]
149
-
150
- FLAGS
151
- -e, --extension=<value> Add actions to a specific extension
152
- -s, --skip-install [deprecated] Please use --no-install
153
- -v, --verbose Verbose output
154
- -y, --yes Skip questions, and use all default values
155
- --[no-]install [default: true] Run npm installation after files are created
156
- --version Show version
157
-
158
- DESCRIPTION
159
- Add new actions
160
-
161
- ALIASES
162
- $ aio app:add:actions
163
- ```
164
-
165
- ## `aio app:add:ci`
115
+ ## `aio app add ci`
166
116
 
167
117
  Add CI files
168
118
 
169
119
  ```
170
120
  USAGE
171
- $ aio app:add:ci [-v] [--version]
121
+ $ aio app add ci [-v] [--version]
172
122
 
173
123
  FLAGS
174
124
  -v, --verbose Verbose output
@@ -178,15 +128,13 @@ DESCRIPTION
178
128
  Add CI files
179
129
  ```
180
130
 
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`
131
+ ## `aio app add event`
184
132
 
185
133
  Add a new Adobe I/O Events action
186
134
 
187
135
  ```
188
136
  USAGE
189
- $ aio app:add:event [-v] [--version] [-s] [--install] [-y] [-e <value>]
137
+ $ aio app add event [-v] [--version] [-s] [--install] [-y] [-e <value>]
190
138
 
191
139
  FLAGS
192
140
  -e, --extension=<value> Add actions to a specific extension
@@ -200,41 +148,16 @@ DESCRIPTION
200
148
  Add a new Adobe I/O Events action
201
149
 
202
150
  ALIASES
203
- $ aio app:add:events
151
+ $ aio app add events
204
152
  ```
205
153
 
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`
209
-
210
- Add a new Adobe I/O Events action
211
-
212
- ```
213
- USAGE
214
- $ aio app:add:events [-v] [--version] [-s] [--install] [-y] [-e <value>]
215
-
216
- FLAGS
217
- -e, --extension=<value> Add actions to a specific extension
218
- -s, --skip-install [deprecated] Please use --no-install
219
- -v, --verbose Verbose output
220
- -y, --yes Skip questions, and use all default values
221
- --[no-]install [default: true] Run npm installation after files are created
222
- --version Show version
223
-
224
- DESCRIPTION
225
- Add a new Adobe I/O Events action
226
-
227
- ALIASES
228
- $ aio app:add:events
229
- ```
230
-
231
- ## `aio app:add:ext`
154
+ ## `aio app add extension`
232
155
 
233
156
  Add new extensions or a standalone application to the project
234
157
 
235
158
  ```
236
159
  USAGE
237
- $ aio app:add:ext [-v] [--version] [-s] [--install] [-y] [-e <value>]
160
+ $ aio app add extension [-v] [--version] [-s] [--install] [-y] [-e <value>]
238
161
 
239
162
  FLAGS
240
163
  -e, --extension=<value>... Specify extensions to add, skips selection prompt
@@ -248,88 +171,17 @@ DESCRIPTION
248
171
  Add new extensions or a standalone application to the project
249
172
 
250
173
  ALIASES
251
- $ aio app:add:ext
252
- $ aio app:add:extensions
174
+ $ aio app add ext
175
+ $ aio app add extensions
253
176
  ```
254
177
 
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`
306
-
307
- Subscribe to Services in the current Workspace
308
-
309
- ```
310
- USAGE
311
- $ aio app:add:service [-v] [--version]
312
-
313
- FLAGS
314
- -v, --verbose Verbose output
315
- --version Show version
316
-
317
- DESCRIPTION
318
- Subscribe to Services in the current Workspace
319
-
320
- ALIASES
321
- $ aio app:add:services
322
- ```
323
-
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`
178
+ ## `aio app add service`
327
179
 
328
180
  Subscribe to Services in the current Workspace
329
181
 
330
182
  ```
331
183
  USAGE
332
- $ aio app:add:services [-v] [--version]
184
+ $ aio app add service [-v] [--version]
333
185
 
334
186
  FLAGS
335
187
  -v, --verbose Verbose output
@@ -339,16 +191,16 @@ DESCRIPTION
339
191
  Subscribe to Services in the current Workspace
340
192
 
341
193
  ALIASES
342
- $ aio app:add:services
194
+ $ aio app add services
343
195
  ```
344
196
 
345
- ## `aio app:add:web-assets`
197
+ ## `aio app add web-assets`
346
198
 
347
199
  Add web assets support
348
200
 
349
201
  ```
350
202
  USAGE
351
- $ aio app:add:web-assets [-v] [--version] [-s] [--install] [-y] [-e <value>]
203
+ $ aio app add web-assets [-v] [--version] [-s] [--install] [-y] [-e <value>]
352
204
 
353
205
  FLAGS
354
206
  -e, --extension=<value> Add web-assets to a specific extension
@@ -362,15 +214,13 @@ DESCRIPTION
362
214
  Add web assets support
363
215
  ```
364
216
 
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`
217
+ ## `aio app build`
368
218
 
369
219
  Build an Adobe I/O App
370
220
 
371
221
  ```
372
222
  USAGE
373
- $ aio app:build [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
223
+ $ aio app build [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
374
224
  <value>] [--web-assets] [--force-build] [--content-hash] [--web-optimize] [-e <value> | ]
375
225
 
376
226
  FLAGS
@@ -394,205 +244,13 @@ DESCRIPTION
394
244
  This will always force a rebuild unless --no-force-build is set.
395
245
  ```
396
246
 
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]`
247
+ ## `aio app create [PATH]`
590
248
 
591
249
  Create a new Adobe I/O App with default parameters
592
250
 
593
251
  ```
594
252
  USAGE
595
- $ aio app:create [PATH] [-v] [--version] [-i <value>]
253
+ $ aio app create [PATH] [-v] [--version] [-i <value>]
596
254
 
597
255
  ARGUMENTS
598
256
  PATH [default: .] Path to the app directory
@@ -606,15 +264,13 @@ DESCRIPTION
606
264
  Create a new Adobe I/O App with default parameters
607
265
  ```
608
266
 
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`
267
+ ## `aio app delete`
612
268
 
613
269
  Delete a component from an existing Adobe I/O App
614
270
 
615
271
  ```
616
272
  USAGE
617
- $ aio app:delete [-v] [--version]
273
+ $ aio app delete [-v] [--version]
618
274
 
619
275
  FLAGS
620
276
  -v, --verbose Verbose output
@@ -624,40 +280,13 @@ DESCRIPTION
624
280
  Delete a component from an existing Adobe I/O App
625
281
  ```
626
282
 
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]`
630
-
631
- Delete existing actions
632
-
633
- ```
634
- USAGE
635
- $ aio app:delete:action [ACTION-NAME] [-v] [--version] [-y]
636
-
637
- ARGUMENTS
638
- ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
639
-
640
- FLAGS
641
- -v, --verbose Verbose output
642
- -y, --yes Skip questions, and use all default values
643
- --version Show version
644
-
645
- DESCRIPTION
646
- Delete existing actions
647
-
648
- ALIASES
649
- $ aio app:delete:actions
650
- ```
651
-
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]`
283
+ ## `aio app delete action [ACTION-NAME]`
655
284
 
656
285
  Delete existing actions
657
286
 
658
287
  ```
659
288
  USAGE
660
- $ aio app:delete:actions [ACTION-NAME] [-v] [--version] [-y]
289
+ $ aio app delete action [ACTION-NAME] [-v] [--version] [-y]
661
290
 
662
291
  ARGUMENTS
663
292
  ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
@@ -671,16 +300,16 @@ DESCRIPTION
671
300
  Delete existing actions
672
301
 
673
302
  ALIASES
674
- $ aio app:delete:actions
303
+ $ aio app delete actions
675
304
  ```
676
305
 
677
- ## `aio app:delete:ci`
306
+ ## `aio app delete ci`
678
307
 
679
308
  Delete existing CI files
680
309
 
681
310
  ```
682
311
  USAGE
683
- $ aio app:delete:ci [-v] [--version] [-y]
312
+ $ aio app delete ci [-v] [--version] [-y]
684
313
 
685
314
  FLAGS
686
315
  -v, --verbose Verbose output
@@ -691,15 +320,13 @@ DESCRIPTION
691
320
  Delete existing CI files
692
321
  ```
693
322
 
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]`
323
+ ## `aio app delete event [EVENT-ACTION-NAME]`
697
324
 
698
325
  Delete existing Adobe I/O Events actions
699
326
 
700
327
  ```
701
328
  USAGE
702
- $ aio app:delete:event [EVENT-ACTION-NAME] [-v] [--version] [-y]
329
+ $ aio app delete event [EVENT-ACTION-NAME] [-v] [--version] [-y]
703
330
 
704
331
  ARGUMENTS
705
332
  EVENT-ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
@@ -713,64 +340,16 @@ DESCRIPTION
713
340
  Delete existing Adobe I/O Events actions
714
341
 
715
342
  ALIASES
716
- $ aio app:delete:events
343
+ $ aio app delete events
717
344
  ```
718
345
 
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]`
722
-
723
- Delete existing Adobe I/O Events actions
724
-
725
- ```
726
- USAGE
727
- $ aio app:delete:events [EVENT-ACTION-NAME] [-v] [--version] [-y]
728
-
729
- ARGUMENTS
730
- EVENT-ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
731
-
732
- FLAGS
733
- -v, --verbose Verbose output
734
- -y, --yes Skip questions, and use all default values
735
- --version Show version
736
-
737
- DESCRIPTION
738
- Delete existing Adobe I/O Events actions
739
-
740
- 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`
346
+ ## `aio app delete extension`
768
347
 
769
348
  Delete existing extensions
770
349
 
771
350
  ```
772
351
  USAGE
773
- $ aio app:delete:extension [-v] [--version] [-y] [--skip-install] [-e <value>]
352
+ $ aio app delete extension [-v] [--version] [-y] [--skip-install] [-e <value>]
774
353
 
775
354
  FLAGS
776
355
  -e, --extension=<value>... Specify extensions to delete, skips selection prompt
@@ -783,63 +362,17 @@ DESCRIPTION
783
362
  Delete existing extensions
784
363
 
785
364
  ALIASES
786
- $ aio app:delete:ext
787
- $ aio app:delete:extensions
788
- ```
789
-
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`
793
-
794
- Delete existing extensions
795
-
365
+ $ aio app delete ext
366
+ $ aio app delete extensions
796
367
  ```
797
- USAGE
798
- $ aio app:delete:extensions [-v] [--version] [-y] [--skip-install] [-e <value>]
799
368
 
800
- FLAGS
801
- -e, --extension=<value>... Specify extensions to delete, skips selection prompt
802
- -v, --verbose Verbose output
803
- -y, --yes Skip questions, and use all default values
804
- --skip-install Skip npm installation after files are created
805
- --version Show version
806
-
807
- DESCRIPTION
808
- Delete existing extensions
809
-
810
- 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
832
- ```
833
-
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`
369
+ ## `aio app delete service`
837
370
 
838
371
  Delete Services in the current Workspace
839
372
 
840
373
  ```
841
374
  USAGE
842
- $ aio app:delete:services [-v] [--version]
375
+ $ aio app delete service [-v] [--version]
843
376
 
844
377
  FLAGS
845
378
  -v, --verbose Verbose output
@@ -849,16 +382,16 @@ DESCRIPTION
849
382
  Delete Services in the current Workspace
850
383
 
851
384
  ALIASES
852
- $ aio app:delete:services
385
+ $ aio app delete services
853
386
  ```
854
387
 
855
- ## `aio app:delete:web-assets`
388
+ ## `aio app delete web-assets`
856
389
 
857
390
  Delete existing web assets
858
391
 
859
392
  ```
860
393
  USAGE
861
- $ aio app:delete:web-assets [-v] [--version] [-y]
394
+ $ aio app delete web-assets [-v] [--version] [-y]
862
395
 
863
396
  FLAGS
864
397
  -v, --verbose Verbose output
@@ -869,17 +402,15 @@ DESCRIPTION
869
402
  Delete existing web assets
870
403
  ```
871
404
 
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`
405
+ ## `aio app deploy`
875
406
 
876
407
  Build and deploy an Adobe I/O App
877
408
 
878
409
  ```
879
410
  USAGE
880
- $ aio app:deploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
411
+ $ aio app deploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
881
412
  <value>] [--web-assets] [--force-build | ] [--content-hash] [--web-optimize] [-e <value> | ] [--skip-build]
882
- [--skip-deploy] [--build] [--open] [--force-publish | | [--publish | ]] [--log-forwarding-update]
413
+ [--skip-deploy] [--build] [--open] [--force-deploy] [--force-publish | | [--publish | ]] [--log-forwarding-update]
883
414
 
884
415
  FLAGS
885
416
  -a, --action=<value>... Deploy only a specific action, the flags can be specified multiple times, this will set
@@ -890,7 +421,10 @@ FLAGS
890
421
  --[no-]build [default: true] Run the build phase before deployment
891
422
  --[no-]content-hash [default: true] Enable content hashing in browser code
892
423
  --[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
424
+ --force-deploy [default: false] Force deploy changes, regardless of production Workspace being
425
+ published in Exchange.
426
+ --force-publish [default: false] Force publish extension(s) to Exchange, delete previously published
427
+ extension points
894
428
  --[no-]log-forwarding-update [default: true] Update log forwarding configuration on server
895
429
  --open Open the default web browser after a successful deploy, only valid if your app has a
896
430
  front-end
@@ -910,15 +444,13 @@ DESCRIPTION
910
444
  This will always force a rebuild unless --no-force-build is set.
911
445
  ```
912
446
 
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]`
447
+ ## `aio app get-url [ACTION]`
916
448
 
917
449
  Get action URLs
918
450
 
919
451
  ```
920
452
  USAGE
921
- $ aio app:get-url [ACTION] [-v] [--version] [--cdn] [-j] [-h] [-y] [--local]
453
+ $ aio app get-url [ACTION] [-v] [--version] [--cdn] [-j] [-h] [-y] [--local]
922
454
 
923
455
  FLAGS
924
456
  -h, --hson Output human readable json
@@ -933,15 +465,13 @@ DESCRIPTION
933
465
  Get action URLs
934
466
  ```
935
467
 
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`
468
+ ## `aio app info`
939
469
 
940
470
  Display settings/configuration in use by an Adobe I/O App
941
471
 
942
472
  ```
943
473
  USAGE
944
- $ aio app:info [-v] [--version] [-j | -h | -y] [--mask]
474
+ $ aio app info [-v] [--version] [-j | -h | -y] [--mask]
945
475
 
946
476
  FLAGS
947
477
  -h, --hson Output human readable json
@@ -955,15 +485,13 @@ DESCRIPTION
955
485
  Display settings/configuration in use by an Adobe I/O App
956
486
  ```
957
487
 
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]`
488
+ ## `aio app init [PATH]`
961
489
 
962
490
  Create a new Adobe I/O App
963
491
 
964
492
  ```
965
493
  USAGE
966
- $ aio app:init [PATH] [-v] [--version] [-s] [--install] [-y] [--login] [-e <value> | --extensions] [-w
494
+ $ aio app init [PATH] [-v] [--version] [-s] [--install] [-y] [--login] [-e <value> | --extensions] [-w
967
495
  <value> | -i <value>] [--confirm-new-workspace]
968
496
 
969
497
  ARGUMENTS
@@ -987,15 +515,13 @@ DESCRIPTION
987
515
  Create a new Adobe I/O App
988
516
  ```
989
517
 
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`
518
+ ## `aio app list`
993
519
 
994
520
  List components for Adobe I/O App
995
521
 
996
522
  ```
997
523
  USAGE
998
- $ aio app:list [-v] [--version]
524
+ $ aio app list [-v] [--version]
999
525
 
1000
526
  FLAGS
1001
527
  -v, --verbose Verbose output
@@ -1005,107 +531,13 @@ DESCRIPTION
1005
531
  List components for Adobe I/O App
1006
532
  ```
1007
533
 
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`
1055
-
1056
- List implemented extensions
1057
-
1058
- ```
1059
- USAGE
1060
- $ aio app:list:extension [-v] [--version] [-j] [-y]
1061
-
1062
- FLAGS
1063
- -j, --json Output json
1064
- -v, --verbose Verbose output
1065
- -y, --yml Output yml
1066
- --version Show version
1067
-
1068
- DESCRIPTION
1069
- List implemented extensions
1070
-
1071
- 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
-
1082
- ```
1083
- USAGE
1084
- $ aio app:list:extension-points [-v] [--version] [-j] [-y]
1085
-
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`
534
+ ## `aio app list extension`
1103
535
 
1104
536
  List implemented extensions
1105
537
 
1106
538
  ```
1107
539
  USAGE
1108
- $ aio app:list:extensions [-v] [--version] [-j] [-y]
540
+ $ aio app list extension [-v] [--version] [-j] [-y]
1109
541
 
1110
542
  FLAGS
1111
543
  -j, --json Output json
@@ -1117,17 +549,17 @@ DESCRIPTION
1117
549
  List implemented extensions
1118
550
 
1119
551
  ALIASES
1120
- $ aio app:list:ext
1121
- $ aio app:list:extensions
552
+ $ aio app list ext
553
+ $ aio app list extensions
1122
554
  ```
1123
555
 
1124
- ## `aio app:logs`
556
+ ## `aio app logs`
1125
557
 
1126
558
  Fetch logs for an Adobe I/O App
1127
559
 
1128
560
  ```
1129
561
  USAGE
1130
- $ aio app:logs [-v] [--version] [-l <value>] [-a <value>] [-r] [-t | -w | -o]
562
+ $ aio app logs [-v] [--version] [-l <value>] [-a <value>] [-r] [-t | -w | -o]
1131
563
 
1132
564
  FLAGS
1133
565
  -a, --action=<value>... Fetch logs for a specific action
@@ -1143,15 +575,13 @@ DESCRIPTION
1143
575
  Fetch logs for an Adobe I/O App
1144
576
  ```
1145
577
 
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`
578
+ ## `aio app run`
1149
579
 
1150
580
  Run an Adobe I/O App
1151
581
 
1152
582
  ```
1153
583
  USAGE
1154
- $ aio app:run [-v] [--version] [--serve] [--actions | [--local | --skip-actions]] [--open] [-e <value>]
584
+ $ aio app run [-v] [--version] [--serve] [--actions | [--local | --skip-actions]] [--open] [-e <value>]
1155
585
 
1156
586
  FLAGS
1157
587
  -e, --extension=<value> Run only a specific extension, this flag can only be specified once
@@ -1167,15 +597,13 @@ DESCRIPTION
1167
597
  Run an Adobe I/O App
1168
598
  ```
1169
599
 
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`
600
+ ## `aio app test`
1173
601
 
1174
602
  Run tests for an Adobe I/O App
1175
603
 
1176
604
  ```
1177
605
  USAGE
1178
- $ aio app:test [-v] [--version] [-e <value> | -a <value>] [--all] [--e2e] [--unit]
606
+ $ aio app test [-v] [--version] [-e <value> | -a <value>] [--all] [--e2e] [--unit]
1179
607
 
1180
608
  FLAGS
1181
609
  -a, --action=<value>... the action(s) to test
@@ -1198,15 +626,13 @@ DESCRIPTION
1198
626
  If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead.
1199
627
  ```
1200
628
 
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`
629
+ ## `aio app undeploy`
1204
630
 
1205
631
  Undeploys an Adobe I/O App
1206
632
 
1207
633
  ```
1208
634
  USAGE
1209
- $ aio app:undeploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions]
635
+ $ aio app undeploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions]
1210
636
  [--web-assets] [-e <value>] [--force-unpublish | --unpublish]
1211
637
 
1212
638
  FLAGS
@@ -1225,15 +651,13 @@ DESCRIPTION
1225
651
  Undeploys an Adobe I/O App
1226
652
  ```
1227
653
 
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]`
654
+ ## `aio app use [CONFIG_FILE_PATH]`
1231
655
 
1232
656
  Import an Adobe Developer Console configuration file.
1233
657
 
1234
658
  ```
1235
659
  USAGE
1236
- $ aio app:use [CONFIG_FILE_PATH] [-v] [--version] [--overwrite | --merge] [--confirm-new-workspace] [-w
660
+ $ aio app use [CONFIG_FILE_PATH] [-v] [--version] [--overwrite | --merge] [--confirm-new-workspace] [-w
1237
661
  <value> | [-g | -w <value>] | ] [--no-service-sync | --confirm-service-sync] [--no-input]
1238
662
 
1239
663
  ARGUMENTS
@@ -1270,6 +694,4 @@ DESCRIPTION
1270
694
  To download the configuration file for your project, select the 'Download' button in the toolbar of your project's
1271
695
  page in https://console.adobe.io
1272
696
  ```
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
697
  <!-- commandsstop -->