mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user