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...
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.
"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...
To access Bluemix Dedicated through the cli, users need to go through a proxy. This proxy only accepts NTLM authentication which cf cli does not support. Unless the proxy is set to accept basic authentication, users are unable to use Bluemix.
Belo...
To manage a Bluemix Local deployment, the admin team want to use the CLI plugin. All (or almost all) admin users have Windows 32 bits systems. Thus Admin plugin in 32 bits version is required.
IBMCLOUD CLI: check discrepancies between apihost property and api endpoint used for login
Hi,
I got a problem this morning that support helped me to solve.
I could not deploy a function to the eu-de host because I previously logged to eu-gb and there was a discrepancy between the apihost property (eu-de) and the endpoint used at login...
In your documentation is mentioned, that a command is incorrect usage should print out the help page: https://github.com/IBM-Cloud/ibm-cloud-cli-sdk/blob/master/docs/plugin_developer_guide.md#25-incorrect-usage The help page is defined by that str...