commit | abb9f9b0578045ac1507ac4e1d431560ba569286 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 24 17:55:53 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 24 18:38:00 2019 +0200 |
tree | f12bb89f9b47076f96785f66f6bcf2fc7c3b595a | |
parent | 86bfe146c9cccb318ee3a7be5f22b9d753195e59 [diff] |
MINOR: cli: add an expert mode to hide dangerous commands Some commands like the debug ones are not enabled by default but can be useful on some production environments. In order to avoid the temptation of using them incorrectly, let's introduce an "expert" mode for a CLI connection, which allows some commands to appear and be used. It is enabled by command "expert-mode on" which is not listed by default.