previder-cli
Previder CLI is the command line client for the Previder Portal
Release:

Last build:

Last release:

Getting started
Previder-cli is a stand-alone binary to use with the Previder Portal
To see all usages, run
./previder-cli --help
Token
Use the token directly from the command-line or define the PREVIDER_TOKEN environment variable.
Usage example
./previder-cli -t <insert-token> virtualserver list
Will print all Virtual servers in the tenant belonging to the token
export PREVIDER_TOKEN="insert-token"
./previder-cli version
Will print the current version of the client
Output
The default output format is json. To have nicer output, like tables for lists, use the -o pretty parameter.