diff --git a/README.md b/README.md index 4176123..53f921e 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ python cbn_cli.py --credentials_file=~/.chronicle_credentials.json list ```shell python cbn_cli.py --credentials_file=~/.chronicle_credentials.json error --start_date=2020-09-16T00:00:00Z --end_date=2020-09-18T12:00:00Z --log_type=TANIUM_TH ``` + +- Download a parser to a file, formatted. +```shell +python cbn_cli.py --credentials_file=~/.chronicle_credentials.json download --log_type=TANIUM_TH +``` +