inlets / inletsctl

Create inlets servers on the top cloud platforms
https://docs.inlets.dev/
MIT License
457 stars 63 forks source link

Update inletsctl to use the newest version of inlets PRO by default #114

Closed Shikachuu closed 2 years ago

Shikachuu commented 2 years ago

Inletsctl currently uses 0.8.8 az the default version fro inlets PRO, it should be updated to 0.9.1

Expected Behaviour

inletsctl create should use the latest verison of inlets PRO without specifying it with the --inlets-pro-version flag.

Current Behaviour

It uses 0.8.8.

Possible Solution

Update the inletsProDefaultVersion const in the create command.

Context

Users should get the status command on their new tunnel servers.

alexellis commented 2 years ago

Approved, thank you.

alexellis commented 2 years ago

It may be of interest to see how I updated and tested this for the next time? https://github.com/inlets/inletsctl/pull/115