Skip to content

sj-net/kestrel-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kestrel-monitor

A simple monitor for kestrel apps.

Options

-f, --file Required. The file to run.

-c, --customArgs The custom arguments for the executable. ex: ' -e Development'. Please start with space else all arguements and include single quotes are not getting supplied

--help Display this help screen.

--version Display version information.

Credits for C# CommandLineParser

Usage

  1. Download
  2. Install - dotnet tool install --global --add-source <path to the dowbloaded nuget package> kestrel-monitor
  3. Usage kestrel-monitor -f 'kesterl app path' -c ' -e Development -arg1 val1'
  4. Uninstall - dotnet tool uninstall --global kestrel-monitor

About

A simple monitor for kestrel apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages