logout
Convenience command for removing config file credentials
Usage
Aliases
For config
command:
Description
This command is a 'Quality of Life' command which will parse your config file for fields that contain sensitive data. If any such fields are found, their values will be replaced with an empty string.
AUTHENTICATION ORDER ionosctl uses a layered approach for authentication, prioritizing sources in this order:
Global flags
Environment variables
Config file entries Within each layer, a token takes precedence over a username and password combination. For instance, if a token and a username/password pair are both defined in environment variables, ionosctl will prioritize the token. However, higher layers can override the use of a token from a lower layer. For example, username and password environment variables will supersede a token found in the config file.
Options
Examples
Last updated