Previder CLI is the command line client for the Previder Portal
Release:
Last build:
Last release:
Previder-cli is a stand-alone binary to use with the Previder Portal
To see all usages, run
./previder-cli --helpUse the token directly from the command-line or define the PREVIDER_TOKEN environment variable.
./previder-cli -t <insert-token> virtualserver listWill print all Virtual servers in the tenant belonging to the token
export PREVIDER_TOKEN="insert-token"
./previder-cli versionWill print the current version of the client
The default output format is json. To have nicer output, like tables for lists, use the -o pretty parameter.