Skip to content

Commit ca5de28

Browse files
committed
2.1.2
1 parent 960a4fd commit ca5de28

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,27 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)