LinuxCommandLibrary

ibmcloud

CLI for IBM Cloud

TLDR

Login to IBM Cloud

$ ibmcloud login
copy
Login with SSO
$ ibmcloud login --sso
copy
Set target region
$ ibmcloud target -r [us-south]
copy
List resources
$ ibmcloud resource service-instances
copy
Get account info
$ ibmcloud account show
copy
List available plugins
$ ibmcloud plugin repo-plugins
copy

SYNOPSIS

ibmcloud command [options]

DESCRIPTION

ibmcloud is the CLI for IBM Cloud. It manages cloud resources, services, and infrastructure across IBM Cloud platform.
The tool provides access to compute, storage, AI services, and Kubernetes. It supports plugins for extended functionality.

PARAMETERS

COMMAND

Subcommand to execute.
login
Authenticate.
target
Set target region/org.
account
Account operations.
resource
Resource management.
plugin
Plugin management.
--help
Display help information.

CAVEATS

Requires IBM Cloud account. Plugins for services. Region-specific operations.

HISTORY

ibmcloud is the official CLI for IBM Cloud (formerly Bluemix), IBM's cloud computing platform.

SEE ALSO

aws(1), gcloud(1), az(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community