Files
Jeremy Evans 0719db987a Handle failure of resp.Body.Close in sendRequest
Fixes golangci-lint failure.  I'm not sure in what cases the close
can fail, and if it did fail, it may be safe to ignore, but absent
evidence of problems, it seems best to treat this just like the
other errors and exit.
2025-05-01 01:55:49 +09:00
..

ubi

ubi the command line program for interacting with Ubicloud.

Building

With make:

$ make

Directly with go build:

$ go build -ldflags "-s -w -X main.version=`cat version.txt`" -tags osusergo,netgo

Running

First, make sure UBI_TOKEN in the environment is set to your Ubicloud personal access token. Then run it:

$ ubi

License

APGL