Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@sreya sreya released this 11 Sep 16:10
· 8 commits to master since this release
  • 7e6845d Update deps
  • c8e4017 Rename --code-server-path to --upload-code-server
  • 1985f23 Add ability to upload local binary
  • d5dc7c7 Update go.coder.com/cli to v0.4.0
  • 7015331 Remove the IP address check in parseGCPSSHCmd
  • 8c72965 Return not the <IP>, but the user@IP for GCP instances
  • 1eaed4c replace wget with curl
  • dbf7a48 add comment about tildes in expandPath
  • 3794755 restructure SSH master code, apply requested fixes
  • 0b43319 make :PORT optional in parseBindAddr
  • 7806337 add remote OS support paragraph to README
  • 5ea05eb Solves proxy issue, closes #74 when proxy is set at .profile
  • 65655b9 undo changing quotes to backticks
  • c8ca9fc update --bind flag help text
  • eee34f5 add ~/.ssh directory sanity check before starting
  • 4d64fc0 add "process is running" check to checkSSHMaster()
  • 3141f7f move SSH master process tidyup to a deferred func
  • e646d57 add SSH master connection feature
  • 4195d99 Use bash in a more portable way
  • ff04977 add x86_64 check in downloadScript