-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to show the version of the CLI #145
Comments
It appears you have the older 'vscode devcontainer CLI' installed on your machine. Despite the name it is not the same as the source code in this repo. I suggest removing that command and installing the CLI from this repository. You can do so with npm:
We're aware that two tools with the same name is confusing. I imagine the goal is to either remove the "vscode devcontainer CLI" completely, or forward commands to a vscode-specific build of the OSS CLI (this repo). @bamurtaugh @chrmarti @Chuxel - We should do something about this to avoid future confusion :) |
Thanks for the tag @joshspicer and for opening this issue @tschaffter! @alexdima and @chrmarti have been working on forwarding from the previous devcontainer CLI to the new OSS devcontainer CLI. The built-in CLI @chrmarti @alexdima is there another scenario we'll still need to cover where users may install / use the older CLI in another way (not from Remote-Containers)? |
There is a |
I wanted to report the version of the CLI installed in my environment in another ticket, then realized that the option
--version
is not implemented.The text was updated successfully, but these errors were encountered: