The Commando.io command line interface

We are excited to announce the release of the Commando.io command line interface (CLI). The Commando.io CLI is an interface to the API and includes support for tasks like running executions, viewing groups, servers, recipes, and executions. It is written in bash for maximum portability, and the only dependencies are curl, sed, grep, and mktemp.

The CLI is a perfect solution for triggering deployments on servers via a git hook, or automating infrastructure without harnessing the entire Commando.io API, and writing a bunch of boilerplate code.

Commando.io CLI