File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414## Commands
1515<!-- commands -->
16+ * [ ` aio app dev ` ] ( #aio-app-dev )
1617
18+ ## ` aio app dev `
19+
20+ Run your App Builder app locally
21+
22+ ```
23+ USAGE
24+ $ aio app dev [-v] [--version] [-o] [-e <value>]
25+
26+ FLAGS
27+ -e, --extension=<value> Run only a specific extension, this flag can only be specified once
28+ -o, --open Open the default web browser after a successful run, only valid if your app has a front-end
29+ -v, --verbose Verbose output
30+ --version Show version
31+
32+ DESCRIPTION
33+ Run your App Builder app locally
34+ ```
35+
36+ _ See code: [ src/commands/app/dev/index.js] ( https://github.com/adobe/aio-cli-plugin-app-dev/blob/2.1.2/src/commands/app/dev/index.js ) _
1737<!-- commandsstop -->
1838
1939## Overriding the hostname and port
Original file line number Diff line number Diff line change 11{
22 "name" : " @adobe/aio-cli-plugin-app-dev" ,
33 "description" : " run a localhost dev server to serve actions locally" ,
4- "version" : " 2.1.1 " ,
4+ "version" : " 2.1.2 " ,
55 "repository" : " adobe/aio-cli-plugin-app-dev" ,
66 "homepage" : " https://github.com/adobe/aio-cli-plugin-app-dev" ,
77 "bugs" : " https://github.com/adobe/aio-cli-plugin-app-dev/issues" ,
You can’t perform that action at this time.
0 commit comments