Files
ubicloud/cli/README.md
Jeremy Evans b7b1ff98d0 Add cli-sync rake task to sync cli folder to cli repository
The cli repository should be checked out in ../cli.  We'll be using
the cli repository only to publish releases, actual development
will still occur in the ubicloud repository.

While here, add a basic README for the cli repository, which will
also be synced.
2025-03-31 16:55:30 -07:00

382 B

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