Currently, ibmcloud CLI does NOT support ARM architecture: https://github.com/IBM-Cloud/ibm-cloud-cli-release/releases/ That would be nice to support them, such as linux/arm64(Mac M1) and linux/arm/v7(Raspberry Pi), also. There would be many devel...
When ordering something from the WEB-UI show in the UI a summarized of the order as ibmcloud cli command, so that this order can be reproduced or repeated automatically if need. So if I need to order 10 baremetal node, I can "generate" the cli fro...
Allow "name" reference for CLI rather than requiring ID
Every single command within the CLI should be able to reference the name rather than just the ID. The ID is an IBM Guid and not something that can be pulled from memory so is of no value when working in the CLI.
I want to rename the default routing table that exists in my VPC using IBM Cloud commands. However, I can't find the method by searching the following documents. Would you please let me know if there is such a command or documentation that describ...
Make optional to force new revision on app update in Code Engine CLI
In Toolchain pipelines, the IBM CLI and Code Engine plugin is extensively used for creating and updating apps and jobs on Code Engine projects. However, since version 1.15.0 of the Code Engine plugin, a new revision is always forced even if there ...
IBM Cloud Shell API needs to exist! I want to be able to run commands for my command that are best run through the cli. Imagine if I have an application that can make API calls to cloud shell to run those commands on my account instead of having t...
Create a curl-based script to port IBM Cloud CLI to IBM i and AIX
We want to automate some IBM i and AIX tasks, specially for DR purposes: * GRS operation: Verify, run actions ...* Export an LPAR using scripts , for backup purposes* Take a Snapshot* Get the web-console URL* Retrieve status and values from within...
Integrate ibmcloud cli into kubectl to obtain access & refresh token if they expired
So far, the workflow is as follows: 1. login / authentication with the ibmcloud CLI 2. obtaining the kubeconfig with the ibmcloud CLI 3. using the current kubeconfig with integrated authentication data 4. if this data expires, start from 1. Other ...
"bx cf services" does not have an option to turn off headers in the output, nor output to json, as other bx cli commands do.
Currently I have to script the output to remove superfluous information, if I could just ouput json then it would make lif...
So far is possible to add a tag to a single device by using the command: "ibmcloud resource tag-attach --tag-names TAG --resource-name NAME". However, is NOT possible to do it for multiple devices. It should be great if it could work for multiple ...