Difference between revisions of "Start with the IBM Cloud CLI"
Jump to navigation
Jump to search
↑ https://cloud.ibm.com/docs/cli?topic=cloud-cli-install-ibmcloud-cli
(Created page with "===Run the installation command=== * IBM Cloud Cli, macOS: <code>curl -fsSL https://clis.cloud.ibm.com/install/osx | sh</code><ref>https://cloud.ibm.com/docs/cli?topic=cl...") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 3: | Line 3: | ||
* IBM Cloud developers tools, For Mac and Linux™, run the following command: <code>curl -sL https://ibm.biz/idt-installer | bash</code> | * IBM Cloud developers tools, For Mac and Linux™, run the following command: <code>curl -sL https://ibm.biz/idt-installer | bash</code> | ||
− | *To verify that the CLI and Developer tools were installed successfully, run the '''help''' command: <code>ibmcloud dev help</code> | + | *To verify that the CLI and Developer tools were installed successfully, run the '''help''' command: <code>[[ibmcloud dev help]]</code> |
*Log in to IBM Cloud with your IBMid. If you have multiple accounts, you are prompted to select which account to use. If you do not specify a region with the '''-r''' flag, you must also select a region. | *Log in to IBM Cloud with your IBMid. If you have multiple accounts, you are prompted to select which account to use. If you do not specify a region with the '''-r''' flag, you must also select a region. |
Revision as of 08:44, 1 September 2020
Run the installation command
- IBM Cloud Cli, macOS:
curl -fsSL https://clis.cloud.ibm.com/install/osx | sh
[1] (To verify installed files:pkgutil --files com.ibm.cloud.cli
) - IBM Cloud developers tools, For Mac and Linux™, run the following command:
curl -sL https://ibm.biz/idt-installer | bash
- To verify that the CLI and Developer tools were installed successfully, run the help command:
ibmcloud dev help
- Log in to IBM Cloud with your IBMid. If you have multiple accounts, you are prompted to select which account to use. If you do not specify a region with the -r flag, you must also select a region.
ibmcloud login
Available Regions:
- 1. au-syd
- 2. jp-tok
- 3. kr-seo
- 4. eu-de
- 5. eu-gb
- 6. us-south
- 7. us-east
If your credentials are rejected, you might be using a federated ID. To log in with a federated ID, use the --sso flag
- To access Cloud Foundry services, you must specify a Cloud Foundry org and space. You can run the following command to interactively identify the org and space:
ibmcloud target --cf
Or, if you know which org and space that the service belongs to, you can use the following command: ibmcloud target -o <value> -s <value>
See also
Advertising: