Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Releases: johnmccabe/vmpooler-bitbar

Handle url.Error when vmpooler inaccessible

25 Jul 14:45
Compare
Choose a tag to compare

This release improves error handling in the event of the vmpooler endpoint being inaccessible.

screen shot 2018-07-25 at 15 42 21

Clicking the short error copies the full text to the clipboard, for example, the full error from above is:

Get https://vmpooler.domain.com/api/v1/vm: dial tcp: lookup vmpooler.domain.com: no such host

Add token generation subcommand

04 Jul 00:35
4bedb3a
Compare
Choose a tag to compare
$ vmpooler-bitbar token
Enter vmpooler API endpoint: https://vmpooler.mycompany.net/api/v1
Enter Username: joe.bloggs
Enter Password:

Token generated: pop448v0ztnwta3c964pifngrmk8fake

See the README for more details.

Initial release of Go port

04 Jul 00:03
1a878eb
Compare
Choose a tag to compare
Merge pull request #13 from johnmccabe/FEAT/master/port-to-golang

Port vmpooler-bitbar to Go