Files
cheatsheet-tldr/tldr/ibmcloud
2025-09-26 00:18:49 +00:00

30 lines
497 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ibmcloud
> A tool for managing 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`