github / gh-net

A network bridge between a Codespace and a local machine.
https://github.com/github/gh-net
285 stars 21 forks source link

[api]: add `--trace-dest` CLI argument #35

Closed legomushroom closed 2 years ago

legomushroom commented 2 years ago

Currently, the tracing destination file is created automatically with a randomly-generated name in the /tmp/codespaces_logs directory. To improve the API, accept --trace-dest to allow specifying tracing file destination instead. In the future this option can also accept non-file destinations, like stdout to pipe the tracing stream directly into the parent shell.

legomushroom commented 2 years ago

Released in 0.8.3 🎉