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
@@ -810,4 +812,5 @@ DESCRIPTION
810812```
811813
812814_ 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+
813816<!-- commandsstop -->
0 commit comments