TRANSIPCTL(1) NAME transipctl — Parse lines into commands to be executed on Transip Api Endpoint SYNOPSIS transipctl [options] DESCRIPTION This command takes lines from stdin or the filename provided. Each line is interpreted as a command to be executed on the Transip Api Endpoint. See transip-command for all list of available commands. OPTIONS -v, --version Print version info and exit. This option cannot be combined with other options. Process the lines from and exit. This option cannot be combined with other options. EXAMPLES 1. Display the version and exit: transipctl -v 2. Execute one command and exit: echo "domain list" | transipctl