inlets / inletsctl

Create inlets servers on the top cloud platforms

Home Page:https://docs.inlets.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

region shown as "" in create command

alexellis opened this issue · comments

region shown as "" in create command

Expected Behaviour

Requesting host: vibrant-jennings5 in lon1, from digitalocean

Current Behaviour

Requesting host: vibrant-jennings5 in , from digitalocean

Steps to Reproduce (for bugs)

  1. ./inletsctl create --provider digitalocean --access-token-file ~/inlets-token

Context

Found in master

Problematic area is around the flag parsing and defaults -> https://github.com/inlets/inletsctl/blob/master/cmd/create.go#L96

Derek close