Altercode's XPOL Command Line Interface
Altercode's XPOL Command Line Interface
Introduction
This Command Line Interface is made with Go Lang, using a library called Cobra. You can also see the repository on GitLab to se the latest releases.
Requirements
- A windows or linux pc
How to get this CLI
Linux
curl -sSL https://api.altercode.dev/cli/install?platform=linux | sudo bash
Windows
Run on a PowerShell Terminal
Invoke-WebRequest -UseBasicParsing -Uri "https://api.altercode.dev/cli/install?platform=windows" -OutFile "./install-xpol-cli.ps1"; &"./install-xpol-cli.ps1"
Bash Autocompletion (optional)
See xpol completion -h