Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-25 00:21:43 +00:00
parent 70f6f2ac08
commit f59fe2277e
13 changed files with 43 additions and 11 deletions

17
tldr/ibmcloud-update Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ibmcloud update
> Update the IBM Cloud CLI to the latest available version.
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_update>.
- Update CLI to the most recent version:
`ibmcloud update`
- Force an update without confirmation prompts:
`ibmcloud update -f`