Back

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

  1. 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

Follow us on