To install the AquilaX CLI (Command Line Interface) you can simply execute:
pip3installaquilax
Verify
Verify that is installed correctly
aquilax-v
Authenticate
In order to authenticate with the CLI, firstly login into https://app.aquilax.ai and create an API Access Token (PAT), then execute the below command (this need only once)
aquilaxlogin<yourPAT>
List your Organizations
aquilaxgetorgs
Set your Organization
aquilax--set-org<yourOrgID>
List your Groups
aquilaxgetgroups
Set your group
aquilax --set-group <your Group ID>
Async Scan
You can initiate a scan without waiting for the results, freeing up your terminal. This allows you to run multiple scans simultaneously for greater efficiency.
You can also start a scan in synchronous mode, this will make your terminal waiting for the results, and you can see in real time the output of your scan as is happening