mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
---
|
|
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`
|