mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
16 lines
604 B
Markdown
16 lines
604 B
Markdown
``` output
|
|
usage: freqtrade show-config [-h] [--userdir PATH] [-c PATH]
|
|
[--show-sensitive]
|
|
|
|
options:
|
|
-h, --help show this help message and exit
|
|
--userdir, --user-data-dir PATH
|
|
Path to userdata directory.
|
|
-c, --config PATH Specify configuration file (default:
|
|
`userdir/config.json` or `config.json` whichever
|
|
exists). Multiple --config options may be used. Can be
|
|
set to `-` to read config from stdin.
|
|
--show-sensitive Show secrets in the output.
|
|
|
|
```
|