LinuxCommandLibrary

ibmcloud-config

manages IBM Cloud CLI configuration

TLDR

Show configuration

$ ibmcloud config --list
copy
Set HTTP timeout
$ ibmcloud config --http-timeout [60]
copy
Set trace
$ ibmcloud config --trace [true]
copy
Set color output
$ ibmcloud config --color [true]
copy
Set locale
$ ibmcloud config --locale [en_US]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community