Skip to content

Commit

Permalink
docs: add v8 options in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Feb 14, 2017
1 parent c27c8c9 commit 7bebc42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ Add `egg-bin` to `package.json` scripts:

## Command

All the commands support these specific v8 options:

- `--debug`
- `--inspect`
- `--harmony*`
- `--es_staging`

```bash
$ egg-bin [command] --debug --es_staging
```

### dev

Start dev cluster on `local` env, it will start a master, an agent and a worker.
Expand Down

0 comments on commit 7bebc42

Please sign in to comment.