mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 10:51:36 +00:00
Update cheatsheets
This commit is contained in:
33
ibmcloud
Normal file
33
ibmcloud
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ibmcloud
|
||||
|
||||
> A command-line 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`
|
||||
|
||||
- Install the Cloud Foundry module for accessing Cloud Foundry services:
|
||||
|
||||
`ibmcloud cf install`
|
||||
|
||||
- List all available IBM Cloud regions:
|
||||
|
||||
`ibmcloud regions`
|
||||
|
||||
- Display help:
|
||||
|
||||
`ibmcloud help`
|
||||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`ibmcloud help {{subcommand}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`ibmcloud version`
|
||||
Reference in New Issue
Block a user