Altercode's XPOL CLI Command Line Interface
Altercode's XPOL CLI 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.
Requirements
- Windows
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