Skip to content

Commit eb09d0c

Browse files
committed
2.1.1
1 parent 0fbfe43 commit eb09d0c

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,7 @@
1313

1414
## Commands
1515
<!-- commands -->
16-
* [`aio app dev`](#aio-app-dev)
1716

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.0/src/commands/app/dev/index.js)_
3717
<!-- commandsstop -->
3818

3919
## 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.0",
4+
"version": "2.1.1",
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)