IBM-Cloud / ibm-developer-extension-vscode

Extension for VS Code editor to enable IBM Cloud CLI capabilities from within the editing environment.
https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer
Apache License 2.0
13 stars 10 forks source link

'dev' is not a registered command. See 'bx help' #17

Open sagi-vicomi opened 6 years ago

sagi-vicomi commented 6 years ago

Trying to run dev commands and always get the same error 'dev' is not a registered command. See 'bx help'

monte-hayward commented 6 years ago

happens in the CLI as well

monte-hayward commented 6 years ago

@sagi-vicomi the command line instructions here produced an installation of plugin: dev on MacOS. Windows 10 cmd also shown there. Not sure whether this will fix the vs extension.

[install_plugins] Checking status of plugin: dev
[install_plugins] Installing plugin 'dev'
Looking up 'dev' from repository 'Bluemix'...
Plug-in 'dev 1.1.2' found in repository 'Bluemix'
Attempting to download the binary file...
# post-install
bx dev
NAME:
   bx dev - A CLI plugin to create, manage, and run projects on IBM Cloud
fernandezjorge commented 5 years ago

I think it is because you are behind a proxy. I had the same issue and I fixed it by connecting to a SSL VPN network.

wmontes commented 5 years ago

A year later (I'd just see it) bx plugin install dev -r bluemix

cooach commented 4 years ago

bx plugin install dev -r bluemix Thanks goes #wmontes to fix. i coped the above all line and pasted into my Git command

ragamuffin-coder commented 4 years ago

Happened to me on CLI (outside vscode) when the command was executed as the root user. Interestingly, it works for non-root users but fails for a different reason. The fix mentioned in the comments solved the issue:

bx plugin install dev -r bluemix

This hints that this is not an extension issue but something fundamental to the CLI packages from ibmcloud.

temitopealabi commented 4 years ago

thanks for this , i have been on this issue for 4 days trying to host to ibmcloud, thanks i appreciate