Remove the bug command

This commit is contained in:
Jean-Baptiste Doumenjou 2019-03-05 18:14:03 +01:00 committed by Traefiker Bot
parent ebded2cbc0
commit 3419f9aeb9
8 changed files with 1 additions and 231 deletions

View file

@ -13,7 +13,6 @@ Available commands:
- `version` : Print version
- `storeconfig` : Store the static Traefik configuration into a Key-value stores. Please refer to the `Store Traefik configuration`(TODO: add doc and link) section to get documentation on it.
- `bug`: The easiest way to submit a pre-filled issue.
- `healthcheck`: Calls Traefik `/ping` to check health.
Each command can have additional flags.
@ -35,14 +34,6 @@ docker run traefik[:version] --help
# ex: docker run traefik:1.5 --help
```
## Command: bug
The easiest way to submit a pre-filled issue on [Traefik GitHub](https://github.com/containous/traefik)! Watch [this demo](https://www.youtube.com/watch?v=Lyz62L8m93I) for more information.
```bash
traefik bug
```
### Command: healthcheck
Checks the health of Traefik.