doc: Traefik bug command.
This commit is contained in:
parent
22aceec426
commit
eee8ba8a53
1 changed files with 11 additions and 0 deletions
|
@ -511,6 +511,7 @@ List of Træfik available commands with description :
|
||||||
|
|
||||||
- `version` : Print version
|
- `version` : Print version
|
||||||
- `storeconfig` : Store the static traefik configuration into a Key-value stores. Please refer to the [Store Træfik configuration](/user-guide/kv-config/#store-trfk-configuration) section to get documentation on it.
|
- `storeconfig` : Store the static traefik configuration into a Key-value stores. Please refer to the [Store Træfik configuration](/user-guide/kv-config/#store-trfk-configuration) section to get documentation on it.
|
||||||
|
- `bug`: The easiest way to submit a pre-filled issue.
|
||||||
|
|
||||||
Each command may have related flags.
|
Each command may have related flags.
|
||||||
All those related flags will be displayed with :
|
All those related flags will be displayed with :
|
||||||
|
@ -524,3 +525,13 @@ Note that each command is described at the beginning of the help section:
|
||||||
```bash
|
```bash
|
||||||
$ traefik --help
|
$ traefik --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Command: bug
|
||||||
|
|
||||||
|
Here is the easiest way to submit a pre-filled issue on [Træfik GitHub](https://github.com/containous/traefik).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ traefik bug
|
||||||
|
```
|
||||||
|
|
||||||
|
See https://www.youtube.com/watch?v=Lyz62L8m93I.
|
||||||
|
|
Loading…
Reference in a new issue