mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
484 B
Plaintext
30 lines
484 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ibmcloud
|
|
|
|
> Manage IBM Cloud apps and services.
|
|
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_cli>.
|
|
|
|
- Update `ibmcloud` to the latest version:
|
|
|
|
`ibmcloud update`
|
|
|
|
- List all available IBM Cloud regions:
|
|
|
|
`ibmcloud regions`
|
|
|
|
- Display help:
|
|
|
|
`ibmcloud help`
|
|
|
|
- Display help for a subcommand:
|
|
|
|
`ibmcloud help {{subcommand}}`
|
|
|
|
- Display version:
|
|
|
|
`ibmcloud version`
|