1- aio-cli-plugin-app
2- ==================
1+ # aio-cli-plugin-app
32
43Create, Build and Deploy Adobe I/O Apps
54
@@ -10,13 +9,14 @@ Create, Build and Deploy Adobe I/O Apps
109[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
1110[ ![ 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/ )
1211
13-
1412<!-- toc -->
15- * [ Usage] ( #usage )
16- * [ Commands] ( #commands )
13+
14+ - [ Usage] ( #usage )
15+ - [ Commands] ( #commands )
1716<!-- tocstop -->
1817
1918# Usage
19+
2020``` sh-session
2121$ aio plugins:install -g @adobe/aio-cli-plugin-app
2222$ # OR
@@ -25,36 +25,38 @@ $ aio app --help
2525```
2626
2727# Commands
28+
2829<!-- commands -->
29- * [ ` aio app ` ] ( #aio-app )
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 extension ` ] ( #aio-app-delete-extension )
43- * [ ` aio app delete service ` ] ( #aio-app-delete-service )
44- * [ ` aio app delete web-assets ` ] ( #aio-app-delete-web-assets )
45- * [ ` aio app deploy ` ] ( #aio-app-deploy )
46- * [ ` aio app get-url [ACTION] ` ] ( #aio-app-get-url-action )
47- * [ ` aio app info ` ] ( #aio-app-info )
48- * [ ` aio app init [PATH] ` ] ( #aio-app-init-path )
49- * [ ` aio app install PATH ` ] ( #aio-app-install-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 pack [PATH] ` ] ( #aio-app-pack-path )
54- * [ ` aio app run ` ] ( #aio-app-run )
55- * [ ` aio app test ` ] ( #aio-app-test )
56- * [ ` aio app undeploy ` ] ( #aio-app-undeploy )
57- * [ ` aio app use [CONFIG_FILE_PATH] ` ] ( #aio-app-use-config_file_path )
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 )
5860
5961## ` aio app `
6062
@@ -72,7 +74,7 @@ DESCRIPTION
7274 Create, run, test, and deploy Adobe I/O Apps
7375```
7476
75- _ See code: [ src/commands/app/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/index.js ) _
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 ) _
7678
7779## ` aio app add `
7880
@@ -90,7 +92,7 @@ DESCRIPTION
9092 Add a new component to an existing Adobe I/O App
9193```
9294
93- _ See code: [ src/commands/app/add/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/index.js ) _
9496
9597## ` aio app add action `
9698
@@ -115,7 +117,7 @@ ALIASES
115117 $ aio app add actions
116118```
117119
118- _ See code: [ src/commands/app/add/action.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/action.js ) _
119121
120122## ` aio app add ci `
121123
@@ -133,7 +135,7 @@ DESCRIPTION
133135 Add CI files
134136```
135137
136- _ See code: [ src/commands/app/add/ci.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/ci.js ) _
137139
138140## ` aio app add event `
139141
@@ -158,7 +160,7 @@ ALIASES
158160 $ aio app add events
159161```
160162
161- _ See code: [ src/commands/app/add/event.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/event.js ) _
162164
163165## ` aio app add extension `
164166
@@ -184,7 +186,7 @@ ALIASES
184186 $ aio app add extensions
185187```
186188
187- _ See code: [ src/commands/app/add/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/extension.js ) _
188190
189191## ` aio app add service `
190192
@@ -208,7 +210,7 @@ ALIASES
208210 $ aio app add services
209211```
210212
211- _ See code: [ src/commands/app/add/service.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/service.js ) _
212214
213215## ` aio app add web-assets `
214216
@@ -229,7 +231,7 @@ DESCRIPTION
229231 Add web assets support
230232```
231233
232- _ See code: [ src/commands/app/add/web-assets.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .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/13.3 .0/src/commands/app/add/web-assets.js ) _
233235
234236## ` aio app build `
235237
@@ -259,7 +261,7 @@ DESCRIPTION
259261 Use the --force-build flag to force a build even if one already exists.
260262```
261263
262- _ See code: [ src/commands/app/build.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/build.js ) _
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 ) _
263265
264266## ` aio app create [PATH] `
265267
@@ -281,7 +283,7 @@ DESCRIPTION
281283 Create a new Adobe I/O App with default parameters
282284```
283285
284- _ See code: [ src/commands/app/create.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/create.js ) _
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 ) _
285287
286288## ` aio app delete `
287289
@@ -299,7 +301,7 @@ DESCRIPTION
299301 Delete a component from an existing Adobe I/O App
300302```
301303
302- _ See code: [ src/commands/app/delete/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/delete/index.js ) _
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 ) _
303305
304306## ` aio app delete action [ACTION-NAME] `
305307
@@ -325,7 +327,7 @@ ALIASES
325327 $ aio app delete actions
326328```
327329
328- _ See code: [ src/commands/app/delete/action.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/delete/action.js ) _
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 ) _
329331
330332## ` aio app delete ci `
331333
@@ -344,7 +346,7 @@ DESCRIPTION
344346 Delete existing CI files
345347```
346348
347- _ See code: [ src/commands/app/delete/ci.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/delete/ci.js ) _
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 ) _
348350
349351## ` aio app delete extension `
350352
@@ -370,7 +372,7 @@ ALIASES
370372 $ aio app delete extensions
371373```
372374
373- _ See code: [ src/commands/app/delete/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/delete/extension.js ) _
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 ) _
374376
375377## ` aio app delete service `
376378
@@ -394,7 +396,7 @@ ALIASES
394396 $ aio app delete services
395397```
396398
397- _ See code: [ src/commands/app/delete/service.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/delete/service.js ) _
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 ) _
398400
399401## ` aio app delete web-assets `
400402
@@ -413,7 +415,7 @@ DESCRIPTION
413415 Delete existing web assets
414416```
415417
416- _ See code: [ src/commands/app/delete/web-assets.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/delete/web-assets.js ) _
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 ) _
417419
418420## ` aio app deploy `
419421
@@ -459,7 +461,7 @@ DESCRIPTION
459461 Use the --force-deploy flag to force deploy changes, regardless of production Workspace being published in Exchange.
460462```
461463
462- _ See code: [ src/commands/app/deploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/deploy.js ) _
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 ) _
463465
464466## ` aio app get-url [ACTION] `
465467
@@ -482,7 +484,7 @@ DESCRIPTION
482484 Get action URLs
483485```
484486
485- _ See code: [ src/commands/app/get-url.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/get-url.js ) _
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 ) _
486488
487489## ` aio app info `
488490
@@ -504,7 +506,7 @@ DESCRIPTION
504506 Display settings/configuration in use by an Adobe I/O App
505507```
506508
507- _ See code: [ src/commands/app/info.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/info.js ) _
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 ) _
508510
509511## ` aio app init [PATH] `
510512
@@ -543,7 +545,7 @@ DESCRIPTION
543545 Create a new Adobe I/O App
544546```
545547
546- _ See code: [ src/commands/app/init.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/init.js ) _
548+ _ See code: [ src/commands/app/init.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/init.js ) _
547549
548550## ` aio app install PATH `
549551
@@ -566,7 +568,7 @@ DESCRIPTION
566568 This command will support installing apps packaged by 'aio app pack'.
567569```
568570
569- _ See code: [ src/commands/app/install.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/install.js ) _
571+ _ See code: [ src/commands/app/install.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/install.js ) _
570572
571573## ` aio app list `
572574
@@ -584,7 +586,7 @@ DESCRIPTION
584586 List components for Adobe I/O App
585587```
586588
587- _ See code: [ src/commands/app/list/index.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/list/index.js ) _
589+ _ 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 ) _
588590
589591## ` aio app list extension `
590592
@@ -609,7 +611,7 @@ ALIASES
609611 $ aio app list extensions
610612```
611613
612- _ See code: [ src/commands/app/list/extension.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/list/extension.js ) _
614+ _ 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 ) _
613615
614616## ` aio app logs `
615617
@@ -633,7 +635,7 @@ DESCRIPTION
633635 Fetch logs for an Adobe I/O App
634636```
635637
636- _ See code: [ src/commands/app/logs.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/logs.js ) _
638+ _ See code: [ src/commands/app/logs.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/logs.js ) _
637639
638640## ` aio app pack [PATH] `
639641
@@ -655,7 +657,7 @@ DESCRIPTION
655657 This command will support packaging apps for redistribution.
656658```
657659
658- _ See code: [ src/commands/app/pack.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/pack.js ) _
660+ _ See code: [ src/commands/app/pack.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/pack.js ) _
659661
660662## ` aio app run `
661663
@@ -679,7 +681,7 @@ DESCRIPTION
679681 Run an Adobe I/O App
680682```
681683
682- _ See code: [ src/commands/app/run.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/run.js ) _
684+ _ See code: [ src/commands/app/run.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/run.js ) _
683685
684686## ` aio app test `
685687
@@ -707,7 +709,7 @@ DESCRIPTION
707709 If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead.
708710```
709711
710- _ See code: [ src/commands/app/test.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/test.js ) _
712+ _ See code: [ src/commands/app/test.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/test.js ) _
711713
712714## ` aio app undeploy `
713715
@@ -732,7 +734,7 @@ DESCRIPTION
732734 Undeploys an Adobe I/O App
733735```
734736
735- _ See code: [ src/commands/app/undeploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2 .0/src/commands/app/undeploy.js ) _
737+ _ See code: [ src/commands/app/undeploy.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3 .0/src/commands/app/undeploy.js ) _
736738
737739## ` aio app use [CONFIG_FILE_PATH] `
738740
@@ -779,5 +781,6 @@ DESCRIPTION
779781 page in https://developer.adobe.com/console/
780782```
781783
782- _ See code: [ src/commands/app/use.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.2.0/src/commands/app/use.js ) _
784+ _ See code: [ src/commands/app/use.js] ( https://github.com/adobe/aio-cli-plugin-app/blob/13.3.0/src/commands/app/use.js ) _
785+
783786<!-- commandsstop -->
0 commit comments