Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1021 Bytes

examples.adoc

File metadata and controls

48 lines (40 loc) · 1021 Bytes

Tackler Examples

Run these at the root of project’s workspace:

target/release/tackler \
    --help
target/release/tackler \
    --config examples/audit.toml \
    --input.git.ref txns-1E1 \
    --reports balance
target/release/tackler \
    --config examples/audit.toml \
    --input.git.ref txns-1E1 \
    --reports balance \
    --accounts 'a:.*' \
    --audit.mode true
target/release/tackler \
    --config examples/audit.toml \
    --input.git.ref txns-1E2 \
    --reports register \
    --accounts 'a:.*' \
    --audit.mode true \
    --api-filter-def \
      '{ "txnFilter": { "TxnFilterTxnDescription": { "regex": "1E2 txn-(1|17|100)" }}}'
target/release/tackler \
    --config examples/audit.toml \
    --input.git.ref txns-1E2 \
    --reports register \
    --accounts 'a:.*' \
    --audit.mode true \
    --api-filter-def \
      base64:eyAidHhuRmlsdGVyIjogeyAiVHhuRmlsdGVyVHhuRGVzY3JpcHRpb24iOiB7ICJyZWdleCI6ICJeMUUyIHR4bi0oMXwxN3wxMDApJCIgfX19Cg==