Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.15 KB

File metadata and controls

27 lines (18 loc) · 1.15 KB

dotnet-monitor-sidecar-cli

Go Report Card GitHub go.mod Go version of a Go module

CLI for adding dotnet-monitor sidecar to pod in Kubernetes.

The main goal of this cli is to ease the process of adding the dotnet-monitor docker image with existing pods in kubernetes

Install

Binary downloads of the dmsctl can be found on the releases page

Unpack the dmsctl binary and add it to your PATH and you should be good to go.

Usage

The goale is to let the cli tool to be self documenting with the -h flag.

Examples:

dmsctl -h
dmsctl add -h

The docs are also available as markdown here

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.