@@ -10,9 +10,9 @@ Create, Build and Deploy Adobe I/O Apps
1010[ ![ Codecov Coverage] ( https://img.shields.io/codecov/c/github/adobe/aio-cli-plugin-app/master.svg?style=flat-square )] ( https://codecov.io/gh/adobe/aio-cli-plugin-app/ )
1111
1212<!-- toc -->
13-
14- - [ Usage] ( #usage )
15- - [ Commands] ( #commands )
13+ * [ aio-cli-plugin-app ] ( #aio-cli-plugin-app )
14+ * [ Usage] ( #usage )
15+ * [ Commands] ( #commands )
1616<!-- tocstop -->
1717
1818# Usage
@@ -27,36 +27,36 @@ $ aio app --help
2727# Commands
2828
2929<!-- commands -->
30-
31- - [ ` aio app ` ] ( #aio-app )
32- - [ ` aio app add ` ] ( #aio-app-add )
33- - [ ` aio app add action ` ] ( #aio-app-add-action )
34- - [ ` aio app add ci ` ] ( #aio-app-add-ci )
35- - [ ` aio app add event ` ] ( #aio-app-add-event )
36- - [ ` aio app add extension ` ] ( #aio-app-add-extension )
37- - [ ` aio app add service ` ] ( #aio-app-add-service )
38- - [ ` aio app add web-assets ` ] ( #aio-app-add-web-assets )
39- - [ ` aio app build ` ] ( #aio-app-build )
40- - [ ` aio app create [PATH] ` ] ( #aio-app-create-path )
41- - [ ` aio app delete ` ] ( #aio-app-delete )
42- - [ ` aio app delete action [ACTION-NAME] ` ] ( #aio-app-delete-action-action-name )
43- - [ ` aio app delete ci ` ] ( #aio-app-delete-ci )
44- - [ ` aio app delete extension ` ] ( #aio-app-delete-extension )
45- - [ ` aio app delete service ` ] ( #aio-app-delete-service )
46- - [ ` aio app delete web-assets ` ] ( #aio-app-delete-web-assets )
47- - [ ` aio app deploy ` ] ( #aio-app-deploy )
48- - [ ` aio app get-url [ACTION] ` ] ( #aio-app-get-url-action )
49- - [ ` aio app info ` ] ( #aio-app-info )
50- - [ ` aio app init [PATH] ` ] ( #aio-app-init-path )
51- - [ ` aio app install PATH ` ] ( #aio-app-install-path )
52- - [ ` aio app list ` ] ( #aio-app-list )
53- - [ ` aio app list extension ` ] ( #aio-app-list-extension )
54- - [ ` aio app logs ` ] ( #aio-app-logs )
55- - [ ` aio app pack [PATH] ` ] ( #aio-app-pack-path )
56- - [ ` aio app run ` ] ( #aio-app-run )
57- - [ ` aio app test ` ] ( #aio-app-test )
58- - [ ` aio app undeploy ` ] ( #aio-app-undeploy )
59- - [ ` aio app use [CONFIG_FILE_PATH] ` ] ( #aio-app-use-config_file_path )
30+ * [ ` aio app ` ] ( #aio-app )
31+ * [ ` aio app add ` ] ( #aio-app-add )
32+ * [ ` aio app add action ` ] ( #aio-app-add-action )
33+ * [ ` aio app add ci ` ] ( #aio-app-add-ci )
34+ * [ ` aio app add event ` ] ( #aio-app-add-event )
35+ * [ ` aio app add extension ` ] ( #aio-app-add-extension )
36+ * [ ` aio app add service ` ] ( #aio-app-add-service )
37+ * [ ` aio app add web-assets ` ] ( #aio-app-add-web-assets )
38+ * [ ` aio app build ` ] ( #aio-app-build )
39+ * [ ` aio app clean- build ` ] ( #aio-app-clean -build )
40+ * [ ` aio app create [PATH] ` ] ( #aio-app-create-path )
41+ * [ ` aio app delete ` ] ( #aio-app-delete )
42+ * [ ` aio app delete action [ACTION-NAME] ` ] ( #aio-app-delete-action-action-name )
43+ * [ ` aio app delete ci ` ] ( #aio-app-delete-ci )
44+ * [ ` aio app delete extension ` ] ( #aio-app-delete-extension )
45+ * [ ` aio app delete service ` ] ( #aio-app-delete-service )
46+ * [ ` aio app delete web-assets ` ] ( #aio-app-delete-web-assets )
47+ * [ ` aio app deploy ` ] ( #aio-app-deploy )
48+ * [ ` aio app get-url [ACTION] ` ] ( #aio-app-get-url-action )
49+ * [ ` aio app info ` ] ( #aio-app-info )
50+ * [ ` aio app init [PATH] ` ] ( #aio-app-init-path )
51+ * [ ` aio app install PATH ` ] ( #aio-app-install-path )
52+ * [ ` aio app list ` ] ( #aio-app-list )
53+ * [ ` aio app list extension ` ] ( #aio-app-list-extension )
54+ * [ ` aio app logs ` ] ( #aio-app-logs )
55+ * [ ` aio app pack [PATH] ` ] ( #aio-app-pack-path )
56+ * [ ` aio app run ` ] ( #aio-app-run )
57+ * [ ` aio app test ` ] ( #aio-app-test )
58+ * [ ` aio app undeploy ` ] ( #aio-app-undeploy )
59+ * [ ` aio app use [CONFIG_FILE_PATH] ` ] ( #aio-app-use-config_file_path )
6060
6161## ` aio app `
6262
@@ -74,7 +74,7 @@ DESCRIPTION
7474 Create, run, test, and deploy Adobe I/O Apps
7575```
7676
77- _ See code: [ src/commands/app/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/index.js ) _
77+ _ See code: [ src/commands/app/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/index.js ) _
7878
7979## ` aio app add `
8080
@@ -92,7 +92,7 @@ DESCRIPTION
9292 Add a new component to an existing Adobe I/O App
9393```
9494
95- _ See code: [ src/commands/app/add/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/index.js ) _
95+ _ See code: [ src/commands/app/add/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/index.js ) _
9696
9797## ` aio app add action `
9898
@@ -117,7 +117,7 @@ ALIASES
117117 $ aio app add actions
118118```
119119
120- _ See code: [ src/commands/app/add/action.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/action.js ) _
120+ _ See code: [ src/commands/app/add/action.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/action.js ) _
121121
122122## ` aio app add ci `
123123
@@ -135,7 +135,7 @@ DESCRIPTION
135135 Add CI files
136136```
137137
138- _ See code: [ src/commands/app/add/ci.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/ci.js ) _
138+ _ See code: [ src/commands/app/add/ci.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/ci.js ) _
139139
140140## ` aio app add event `
141141
@@ -160,7 +160,7 @@ ALIASES
160160 $ aio app add events
161161```
162162
163- _ See code: [ src/commands/app/add/event.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/event.js ) _
163+ _ See code: [ src/commands/app/add/event.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/event.js ) _
164164
165165## ` aio app add extension `
166166
@@ -186,7 +186,7 @@ ALIASES
186186 $ aio app add extensions
187187```
188188
189- _ See code: [ src/commands/app/add/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/extension.js ) _
189+ _ See code: [ src/commands/app/add/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/extension.js ) _
190190
191191## ` aio app add service `
192192
@@ -210,7 +210,7 @@ ALIASES
210210 $ aio app add services
211211```
212212
213- _ See code: [ src/commands/app/add/service.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/service.js ) _
213+ _ See code: [ src/commands/app/add/service.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/service.js ) _
214214
215215## ` aio app add web-assets `
216216
@@ -231,7 +231,7 @@ DESCRIPTION
231231 Add web assets support
232232```
233233
234- _ See code: [ src/commands/app/add/web-assets.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/add/web-assets.js ) _
234+ _ See code: [ src/commands/app/add/web-assets.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/add/web-assets.js ) _
235235
236236## ` aio app build `
237237
@@ -261,7 +261,32 @@ DESCRIPTION
261261 Use the --force-build flag to force a build even if one already exists.
262262```
263263
264- _ See code: [ src/commands/app/build.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3.0/src/commands/app/build.js ) _
264+ _ See code: [ src/commands/app/build.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0.0/src/commands/app/build.js ) _
265+
266+ ## ` aio app clean-build `
267+
268+ Remove all build artifacts from the local machine
269+
270+ ```
271+ USAGE
272+ $ aio app clean-build [-v] [--version]
273+
274+ FLAGS
275+ -v, --verbose Verbose output
276+ --version Show version
277+
278+ DESCRIPTION
279+ Remove all build artifacts from the local machine
280+ This command completely cleans all build artifacts from the dist directory including:
281+ - Action build files
282+ - Web assets (both production and development)
283+ - Build tracking files
284+ - Deployment tracking files
285+
286+ Note that this will require a full rebuild on your next build command.
287+ ```
288+
289+ _ See code: [ src/commands/app/clean-build.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0.0/src/commands/app/clean-build.js ) _
265290
266291## ` aio app create [PATH] `
267292
@@ -283,7 +308,7 @@ DESCRIPTION
283308 Create a new Adobe I/O App with default parameters
284309```
285310
286- _ See code: [ src/commands/app/create.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/create.js ) _
311+ _ See code: [ src/commands/app/create.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/create.js ) _
287312
288313## ` aio app delete `
289314
@@ -301,7 +326,7 @@ DESCRIPTION
301326 Delete a component from an existing Adobe I/O App
302327```
303328
304- _ See code: [ src/commands/app/delete/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/delete/index.js ) _
329+ _ See code: [ src/commands/app/delete/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/delete/index.js ) _
305330
306331## ` aio app delete action [ACTION-NAME] `
307332
@@ -327,7 +352,7 @@ ALIASES
327352 $ aio app delete actions
328353```
329354
330- _ See code: [ src/commands/app/delete/action.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/delete/action.js ) _
355+ _ See code: [ src/commands/app/delete/action.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/delete/action.js ) _
331356
332357## ` aio app delete ci `
333358
@@ -346,7 +371,7 @@ DESCRIPTION
346371 Delete existing CI files
347372```
348373
349- _ See code: [ src/commands/app/delete/ci.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/delete/ci.js ) _
374+ _ See code: [ src/commands/app/delete/ci.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/delete/ci.js ) _
350375
351376## ` aio app delete extension `
352377
@@ -372,7 +397,7 @@ ALIASES
372397 $ aio app delete extensions
373398```
374399
375- _ See code: [ src/commands/app/delete/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/delete/extension.js ) _
400+ _ See code: [ src/commands/app/delete/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/delete/extension.js ) _
376401
377402## ` aio app delete service `
378403
@@ -396,7 +421,7 @@ ALIASES
396421 $ aio app delete services
397422```
398423
399- _ See code: [ src/commands/app/delete/service.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/delete/service.js ) _
424+ _ See code: [ src/commands/app/delete/service.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/delete/service.js ) _
400425
401426## ` aio app delete web-assets `
402427
@@ -415,7 +440,7 @@ DESCRIPTION
415440 Delete existing web assets
416441```
417442
418- _ See code: [ src/commands/app/delete/web-assets.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/delete/web-assets.js ) _
443+ _ See code: [ src/commands/app/delete/web-assets.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/delete/web-assets.js ) _
419444
420445## ` aio app deploy `
421446
@@ -461,30 +486,29 @@ DESCRIPTION
461486 Use the --force-deploy flag to force deploy changes, regardless of production Workspace being published in Exchange.
462487```
463488
464- _ See code: [ src/commands/app/deploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/deploy.js ) _
489+ _ See code: [ src/commands/app/deploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/deploy.js ) _
465490
466491## ` aio app get-url [ACTION] `
467492
468493Get action URLs
469494
470495```
471496USAGE
472- $ aio app get-url [ACTION] [-v] [--version] [--cdn] [-j] [-h] [-y] [--local]
497+ $ aio app get-url [ACTION] [-v] [--version] [--cdn] [-j] [-h] [-y]
473498
474499FLAGS
475500 -h, --hson Output human readable json
476501 -j, --json Output json
477502 -v, --verbose Verbose output
478503 -y, --yml Output yml
479504 --cdn Display CDN based action URLs
480- --local Display locally based action URLs
481505 --version Show version
482506
483507DESCRIPTION
484508 Get action URLs
485509```
486510
487- _ See code: [ src/commands/app/get-url.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/get-url.js ) _
511+ _ See code: [ src/commands/app/get-url.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/get-url.js ) _
488512
489513## ` aio app info `
490514
@@ -506,7 +530,7 @@ DESCRIPTION
506530 Display settings/configuration in use by an Adobe I/O App
507531```
508532
509- _ See code: [ src/commands/app/info.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/info.js ) _
533+ _ See code: [ src/commands/app/info.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/info.js ) _
510534
511535## ` aio app init [PATH] `
512536
@@ -575,7 +599,7 @@ DESCRIPTION
575599 Create a new Adobe I/O App
576600```
577601
578- _ See code: [ src/commands/app/init.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/init.js ) _
602+ _ See code: [ src/commands/app/init.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/init.js ) _
579603
580604## ` aio app install PATH `
581605
@@ -598,7 +622,7 @@ DESCRIPTION
598622 This command will support installing apps packaged by 'aio app pack'.
599623```
600624
601- _ See code: [ src/commands/app/install.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/install.js ) _
625+ _ See code: [ src/commands/app/install.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/install.js ) _
602626
603627## ` aio app list `
604628
@@ -616,7 +640,7 @@ DESCRIPTION
616640 List components for Adobe I/O App
617641```
618642
619- _ See code: [ src/commands/app/list/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/list/index.js ) _
643+ _ See code: [ src/commands/app/list/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/list/index.js ) _
620644
621645## ` aio app list extension `
622646
@@ -641,7 +665,7 @@ ALIASES
641665 $ aio app list extensions
642666```
643667
644- _ See code: [ src/commands/app/list/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/list/extension.js ) _
668+ _ See code: [ src/commands/app/list/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/list/extension.js ) _
645669
646670## ` aio app logs `
647671
@@ -665,7 +689,7 @@ DESCRIPTION
665689 Fetch logs for an Adobe I/O App
666690```
667691
668- _ See code: [ src/commands/app/logs.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/logs.js ) _
692+ _ See code: [ src/commands/app/logs.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/logs.js ) _
669693
670694## ` aio app pack [PATH] `
671695
@@ -687,22 +711,20 @@ DESCRIPTION
687711 This command will support packaging apps for redistribution.
688712```
689713
690- _ See code: [ src/commands/app/pack.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/pack.js ) _
714+ _ See code: [ src/commands/app/pack.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/pack.js ) _
691715
692716## ` aio app run `
693717
694718Run an Adobe I/O App
695719
696720```
697721USAGE
698- $ aio app run [-v] [--version] [--local | ] [-- serve] [--actions] [--open] [-e <value>]
722+ $ aio app run [-v] [--version] [--serve] [--actions] [--open] [-e <value>]
699723
700724FLAGS
701725 -e, --extension=<value> Run only a specific extension, this flag can only be specified once
702726 -v, --verbose Verbose output
703727 --[no-]actions [default: true] Run actions, defaults to true, to skip actions use --no-actions
704- --local [deprecated] Run/debug actions locally (requires Docker running, not available on Apple
705- Silicon Macs)
706728 --open Open the default web browser after a successful run, only valid if your app has a front-end
707729 --[no-]serve [default: true] Start frontend server (experimental)
708730 --version Show version
@@ -711,7 +733,7 @@ DESCRIPTION
711733 Run an Adobe I/O App
712734```
713735
714- _ See code: [ src/commands/app/run.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/run.js ) _
736+ _ See code: [ src/commands/app/run.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/run.js ) _
715737
716738## ` aio app test `
717739
@@ -739,7 +761,7 @@ DESCRIPTION
739761 If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead.
740762```
741763
742- _ See code: [ src/commands/app/test.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/test.js ) _
764+ _ See code: [ src/commands/app/test.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/test.js ) _
743765
744766## ` aio app undeploy `
745767
@@ -764,7 +786,7 @@ DESCRIPTION
764786 Undeploys an Adobe I/O App
765787```
766788
767- _ See code: [ src/commands/app/undeploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/undeploy.js ) _
789+ _ See code: [ src/commands/app/undeploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0 .0/src/commands/app/undeploy.js ) _
768790
769791## ` aio app use [CONFIG_FILE_PATH] `
770792
@@ -811,6 +833,5 @@ DESCRIPTION
811833 page in https://developer.adobe.com/console/
812834```
813835
814- _ See code: [ src/commands/app/use.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3.0/src/commands/app/use.js ) _
815-
836+ _ See code: [ src/commands/app/use.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/14.0.0/src/commands/app/use.js ) _
816837<!-- commandsstop -->
0 commit comments