Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson committed Dec 18, 2021
1 parent 10cfe7b commit 52c17f1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ DESCRIPTION:
Rancher Wins Component (...)
COMMANDS:
srv, server
cli, client
help, h Shows a list of commands or help for one command
srv, server
cli, client
up, upgrade Manage Rancher Wins Application
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--debug Turn on verbose debug logging
--quiet Turn on off all logging
--help, -h show help
--version, -v print the version
```

#### Server (run on Windows host)
Expand Down Expand Up @@ -76,7 +80,7 @@ OPTIONS:

``` powershell
# [host] start the wins server
> wins.exe srv app run --log-level debug --listen rancher_wins
> wins.exe --debug srv app run --listen rancher_wins
# [host] verify the created npipe
> Get-ChildItem //./pipe/ | Where-Object Name -eq "rancher_wins"
Expand Down

0 comments on commit 52c17f1

Please sign in to comment.