FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

LeakIXClient-Python/executable/README.md at main · LeakIX/LeakIXClient-Python · GitHub

Latest commit

 

History

History
22 lines (16 loc) · 444 Bytes

File metadata and controls

22 lines (16 loc) · 444 Bytes

MISC executables

CLI - Command Line Interface

This is a WIP CLI, unreleased at the moment.

For a maintained CLI, have a look at LeakPy.

Credits to the original author.

Examples

poetry run python \
    executable/cli.py \
      bulk_export_to_json \
      --before="2023-10-16" \
      --after="2023-10-18" \
      --query="+plugin:\"IOSEXPlugin\"" \
      --filename=export.json

Back | FazBrowse Home | New Git URL