Revise docs for 3.0.0-alpha.4 (#645)

* Remove invalid start modes

* since

* Fix typos

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update release-drafter.yml

* Update release-drafter.yml

* Add commands

* Add `autoRefresh`

* Add link to v2 branch

* Latest SemVar

* Update build.yml

* Update release-drafter.yml
This commit is contained in:
Next Turn
2020-08-30 08:56:18 +08:00
committed by GitHub
parent 7e1140efb4
commit 03ae1ef827
6 changed files with 88 additions and 53 deletions

View File

@@ -247,5 +247,25 @@ Draws the process tree associated with the service.
### Usage
```console
winsw dev [<path-to-config>] ps
winsw dev ps [<path-to-config>]
```
## `dev kill` command
Terminates the service if it has stopped responding.
### Usage
```console
winsw dev kill [<path-to-config>] [--no-elevate]
```
## `dev list` command
Lists services managed by the current executable.
### Usage
```console
winsw dev list
```