Skip to content

Dump dynamics CRM

Notifications You must be signed in to change notification settings

Irate-Walrus/dyndump

Repository files navigation

Dump dynamics CRM by Irate Walrus

Usage: dyndump [OPTIONS] <TARGET>

Arguments:
  <TARGET>  Dynamics instance e.g. "https://example.crm6.dynamics.com"

Options:
  -H, --headers <HEADERS>        HTTP headers e.g. "Cookie: CrmOwinAuth ...;"
  -p, --proxy <PROXY>            HTTP/SOCKS proxy e.g. "http://localhost:8080"
  -a, --api <API>                API version [default: v9.2]
  -i, --include <INCLUDE>        Include specified entitysets only
  -e, --exclude <EXCLUDE>        Exclude specified entitysets [default: webresources audits]
  -k, --insecure                 Disable TLS checks
  -o, --output-dir <OUTPUT_DIR>  Output directory [default: dump]
  -v, --verbose...               More output per occurrence
  -q, --quiet...                 Less output per occurrence
      --page-size <PAGE_SIZE>    Page size preference [default: 1000]
      --threads <THREADS>        Threads, one thread per entity set [default: 4]
  -h, --help                     Print help
  -V, --version                  Print version

Warning

Please do not use for illegal or unethical purposes. Use at own risk.