mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-11-27 16:10:28 +08:00
Previously it wouldn't use the current stdin when executing the program, preventing interactive use (psql/ssh). |
||
|---|---|---|
| .. | ||
| go.mod | ||
| README.md | ||
| ubi.go | ||
| version.txt | ||
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