ubi-rs

Crates.ioubi-rs
lib.rsubi-rs
version0.1.6
created_at2025-07-23 20:54:50.093227+00
updated_at2025-08-01 22:45:50.437313+00
descriptionA Rust cli and library for ubicloud API
homepage
repositoryhttps://github.com/ansrivas/ubi-rs
max_upload_size
id1765253
size121,570
Ankur Srivastava (ansrivas)

documentation

https://docs.rs/ubi-rs

README

ubi-rs

Cli client to interact with ubicloud

Usage:

$ ubi-rs  --help
A Rust cli and library for ubicloud API

Usage: ubi-rs [OPTIONS] <COMMAND>

Commands:
  kc       Kubernetes cluster management commands
  project  Project management commands
  help     Print this message or the help of the given subcommand(s)

Options:
  -d, --debug...                   Turn debugging information on
      --generate <GENERATOR>       [possible values: bash, elvish, fish, powershell, zsh]
  -b, --base-url <BASE_URL>        [env: UBI_BASE_URL=] [default: https://api.ubicloud.com]
  -v, --url-version <URL_VERSION>  [env: UBI_URL_VERSION=] [default: ]
  -a, --token <TOKEN>              API token for the Ubicloud API [env: UBI_API_TOKEN=pat-akrgn41xgakt7k05kf1cbp3rhs-PgMWJN90Uut3y1MmVpnWaXlo4PJ3F1Ak]
  -h, --help                       Print help
  -V, --version                    Print version


Commit count: 0

cargo fmt