mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 08:54:42 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/ibmcloud
Normal file
33
tldr/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