-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): add --devpod-home to ssh config (#1252)
Users can specify a different location for the devpod directory other than `~/.devpod` either by using the global flag `--devpod-home` or setting the `DEVPOD_HOME` environment variable from DevPod Desktop or in their shell. This PR adds --devpod-home to the ssh config we generate after running `devpod up ..` if it is set. Because IDE's usually expect an ssh command, omitting the flag resulted in non-functioning workspace. Added another unit test for the ssh config
- Loading branch information
1 parent
2b47efa
commit 1d27dd7
Showing
3 changed files
with
142 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters