ibmcloud-config
manages IBM Cloud CLI configuration
TLDR
Show configuration
$ ibmcloud config --list
Set HTTP timeout$ ibmcloud config --http-timeout [60]
Set trace$ ibmcloud config --trace [true]
Set color output$ ibmcloud config --color [true]
Set locale$ ibmcloud config --locale [en_US]
SYNOPSIS
ibmcloud config [options]
DESCRIPTION
ibmcloud config manages IBM Cloud CLI configuration. It sets options for timeouts, output formatting, and behavior.
The command stores settings for the current user. Settings persist across sessions and affect all ibmcloud commands.
PARAMETERS
--list
Show all settings.--http-timeout SEC
HTTP timeout.--trace BOOL
Enable tracing.--color BOOL
Color output.--locale LOCALE
Output locale.--check-version BOOL
Version check.--help
Display help information.
CAVEATS
User-specific settings. Some settings require restart. Part of ibmcloud CLI.
HISTORY
ibmcloud config is part of the IBM Cloud CLI configuration system.
SEE ALSO
ibmcloud(1), ibmcloud-login(1)
