commands.sh

ibmcloud config

all

Modify or read out values in the IBM Cloud CLI configuration.

More info →

Examples (6)

Set HTTP request timeout to 30 seconds

ibmcloud config --http-timeout 30

Enable trace output for HTTP requests

Trace HTTP requests to a specific file

ibmcloud config --trace path/to/trace_file

Disable color output

Set the locale to a specific language

ibmcloud config --locale zh_Hans

Enable automatic SSO one-time passcode acceptance

ibmcloud config --sso-otp auto
made by @shridhargupta | data from tldr-pages