AquilaX CLI

Command Line Interface for AquilaX Scanning

Prerequisites

  1. Python 3.7 or higher

  2. pip package manager

Install

To install the AquilaX CLI (Command Line Interface) you can simply execute in your terminal:

pip3 install aquilax

Verify

user@host ~ % aquilax
usage: aquilax [-h] {org,group,scan,get-scan-details,get-orgs,get-groups,get-scans} ...

Aquilax API Client

positional arguments:
  {org,group,scan,get-scan-details,get-orgs,get-groups,get-scans}
                        Available commands
    org                 Create an organization
    group               Create a group
    scan                Start a scan
    get-scan-details    Get scan details
    get-orgs            Get all organizations
    get-groups          Get all groups for an organization
    get-scans           Get all scans for an organization

options:
  -h, --help            show this help message and exit

Full details of the CLI version can be found here: https://github.com/AquilaX-AI/AquilaX-Client

Last updated