James Bowes

Results 13 comments of James Bowes

> We can easily determine the window size on execution, and wrap text accordingly. This means that all the other elements (tables, lists, errors etc) should obey this too. when...

> args being torus cmd subcmd [arg] (ie. torus orgs create myorg), command options being torus cmd --command-option [value] and flags being torus cmd --flag (no value). `argument` (or `positional...

We use a custom `http.Transport` to restrict the permitted CA certificates. This transport wasn't configured with the proxy setup though :( Adding `Proxy: ProxyFromEnvironment,` to the transport in https://github.com/manifoldco/torus-cli/blob/master/daemon/socket/proxy.go#L73 (and...