| # triage |
| |
| ```none {: style="white-space: break-spaces;" .devsite-disable-click-to-copy} |
| |
| USAGE: |
| triage [OPTIONS] --data <data_directory> |
| FLAGS: |
| -h, --help Prints help information |
| -V, --version Prints version information |
| ``` |
| |
| __OPTIONS:__ |
| |
| ```none {: style="white-space: break-spaces;" .devsite-disable-click-to-copy} |
| |
| --config <config_files>... Config files |
| --data <data_directory> Directory to read diagnostic (snapshot) files from. |
| --exclude-tag <exclude_tags>... Which tags we should exclude |
| --output-format <output_format> How to print the results. [default: text] |
| --tag <tags>... Which tags we should include |
| ``` |
| |