Skip to content

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

Compare
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