port-forwarding with many ports
Hello! For my application I need to port forward a great number of ports on my local machine from an up and running workspace.
This: coder port-forward my-ws --tcp p1 --tcp p2 --tcp p3 --tcp p4 --tcp p5 --tcp p6 ... doesn't look great. Can you suggest me a smarter way to achieve this ? Thank you all
This: coder port-forward my-ws --tcp p1 --tcp p2 --tcp p3 --tcp p4 --tcp p5 --tcp p6 ... doesn't look great. Can you suggest me a smarter way to achieve this ? Thank you all