profitbricks-client [OPTIONS] –help [call]
profitbricks-client [OPTIONS] –list [keyword]
profitbricks-client [OPTIONS] call [per-call-arguments]
The ProfitBricks client can be used to manage your data centers through ProfitBricks’ public API.
--username username | |
username used for making the API call. The username stored in the configuration file is used if no username is specified on the command line. If no username is stored in the configuration file, the user will get prompted to enter their username. | |
--password password | |
plain text password used for making the API call. When no password or password file is specified on the command line, the password stored in the configuration file will be used or the users keyring will be queried (if the Python keyring module is installed). If no password is found, the user will get prompted to enter their password. | |
--password-file password-filename | |
file containing the plain text password. The file must contain only one line with the password to use. See --password for details. | |
--clear-credentials | |
Clear all stored user credentials from the configuration file and the keyring. |
--endpoint URL | Point the CLI at a URL of the user’s choice. |
--clear-cache | Updates to the latest version of the ProfitBricks WSDL. |
-v, --verbose | Print data on the outgoing call to stderr. By default, print only response data (on stdout). |
--xml | Returns an XML formatted version of the response. |