commands.sh

ibmcloud target

all

Set or view the target account, region, or resource group.

More info →

Examples (6)

View the current target account and region

Set the target account

ibmcloud target -c account_id

Switch to a specific region

ibmcloud target -r region_name

Set the target resource group

ibmcloud target -g resource_group_name

Clear the targeted region

ibmcloud target --unset-region

Clear the targeted resource group

ibmcloud target --unset-resource-group
made by @shridhargupta | data from tldr-pages