ubicloud/cli
Jeremy Evans 405b5b6a55 Fix stdin when using cli/ubi to run external commands
Previously it wouldn't use the current stdin when executing the
program, preventing interactive use (psql/ssh).
2025-08-06 03:55:16 +09:00
..
go.mod Add golang to .tool-versions to compile ubi cli 2025-03-03 11:47:28 -08:00
README.md Add cli-sync rake task to sync cli folder to cli repository 2025-03-31 16:55:30 -07:00
ubi.go Fix stdin when using cli/ubi to run external commands 2025-08-06 03:55:16 +09:00
version.txt Bump cli client version to 1.1.0 2025-08-06 02:10:02 +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