Skip to content

Releases: getnelson/cli

0.9.110: Fix error printing when login command fails (#32)

Choose a tag to compare

@timperrett timperrett released this 21 Sep 21:24
16bdf1a
Currently, when the login command fails, it looks like this -

```
> github nelson nelson.example.com
/ Post https://nelson.example.com/auth/github: dial tcp 10.10.10.10:443: connect: operation timed oSuccessfully logged in to nelson.example.com
```

This is confusing as the login actually failed yet it says "Successfully logged in", and it also truncates the error message.

This PR fixes that by ensuring all the errors are printed properly without the spinner interfering. It also honours the global timeout setting, and moves the error to the end of the return arg list as per Go convention.

There is a minor change in timeout behaviour too - previously, the login command would wait until the server times out. Now, it has a default timeout of 60 seconds, in line with all the other commands.

0.9.107

Choose a tag to compare

@timperrett timperrett released this 31 Jul 21:38
8d97458
Write errors to stderr (#31)

0.9.104: Implement `nelson stacks list -u` (#30)

Choose a tag to compare

@timperrett timperrett released this 04 May 17:39
3df19c1
* Implement `nelson stacks list -u`

The arg for this was implemented but wasn't actually plumbed through to the API call.

This PR plumbs it through, and also tidies a few minor things up. I've tested it against a Nelson cluster.

* build query string using url.Values instead

0.9.100

Choose a tag to compare

@timperrett timperrett released this 20 Mar 00:59
Master only

0.9.93

Choose a tag to compare

@timperrett timperrett released this 13 Feb 20:11
842ef61
Generated tag from TravisCI for build 93

0.9.90

Choose a tag to compare

@timperrett timperrett released this 25 Jan 22:05
f852d1f
Generated tag from TravisCI for build 90

0.9.87

Choose a tag to compare

@timperrett timperrett released this 08 Oct 07:20
0ef3429
Generated tag from TravisCI for build 87

0.9.84

Choose a tag to compare

@timperrett timperrett released this 04 Oct 18:08
fa71f85
Generated tag from TravisCI for build 84

0.9.81

Choose a tag to compare

@timperrett timperrett released this 27 Sep 05:27
301be83
Generated tag from TravisCI for build 81

0.9.78

Choose a tag to compare

@timperrett timperrett released this 19 Sep 23:26
09102b2
Generated tag from TravisCI for build 78