You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider use soft link for ic of IBM Cloud CLI, because it will create prompt messages which are easier for users to understand.
Steps to reproduce
(include tooling version, platform, etc)
Type a command which doesn't exist, like ic not-found
The error message will be like:
FAILED
'not-found' is not a registered command. See 'ibmcloud help'.
It would be better to show See 'ic help'. CLI prints ibmcloud here because ic is an alias which will be interpreted before passing to OS. Softlink won't have this problem.
Summary
We should consider use soft link for
ic
of IBM Cloud CLI, because it will create prompt messages which are easier for users to understand.Steps to reproduce
(include tooling version, platform, etc)
ic not-found
It would be better to show
See 'ic help'.
CLI printsibmcloud
here becauseic
is an alias which will be interpreted before passing to OS. Softlink won't have this problem.Operating System
Specify: macOS/Linux
Supporting details
See the original issue report here: https://github.ibm.com/Bluemix/bluemix-cli/issues/2759
Development "done" checklist
The text was updated successfully, but these errors were encountered: