-
Notifications
You must be signed in to change notification settings - Fork 0
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
consider remote CLI support (ssh) #3
Comments
In fact this is a blocker for Windows users who use WSL. The app does not communicate with the CLI through WSL today. The app should also support importing projects from WSL mounted directories. |
It looks like it is possible to execute commands in a WSL distro using the Lastly, there is a way to identify a Pulumi project that is located inside a WSL folder. The paths to files in a distro have the format: |
FYI, support for WSL mode is in-progress. |
WSL mode is now supported in the latest version v0.0.60. I'll update the title to reflect the pending support for remote environments via SSH. |
Is your feature request related to a problem? Please describe.
The app is awesome, but the cli and all the projects must be local. I personally don't like much programming on my windows host so everything is done through WSL or over SSH
Describe the solution you'd like
Please consider adding WSL and SSH support as a way to connect to an existing CLI.
The text was updated successfully, but these errors were encountered: