Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miralgj committed Jun 5, 2022
1 parent 3719a06 commit 234e7ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Is this a bad idea? Si!
* `--command`
Command to expose (can be used multiple times). The command base name is used as the command name.

* `--basic-auth-user`
Username for basic http authentication

* `--basic-auth-pass`
Password for basic http authentication

* `--listen-host`
Specifies the host to listen on\
Default: `0.0.0.0`
Expand All @@ -21,6 +27,12 @@ Is this a bad idea? Si!
Timeout in seconds before command is cancelled\
Default: `90`

* `--tls-cert`
Path to tls certificate chain file

* `--tls-key`
Path to tls key file

## Usage

### Exposing Commands
Expand Down

0 comments on commit 234e7ff

Please sign in to comment.