Requirements: Go 1.22+ (and optionally Docker for daemon status)
Clone the repository:
git clone https://github.com/WATonomous/watcloud-cli.git
cd watcloud-cliBuild:
go build -o watcloud ./cmd/watcloudRun:
./watcloud status
./watcloud quota list
./watcloud daemon statuscmd/- CLI entrypointsinternal/- Command implementations
| Subcommand | Description |
|---|---|
| list | Lists all quota usage (disk, memory, CPU). |
| disk | Shows your disk usage percentage and free space. |
| cpu | Displays CPU usage percentage. |
| memory | Shows memory usage statistics. |
| Subcommand | Description |
|---|---|
| status | Lists all non-interactive background user processes (daemons). |
For help and usage examples, run:
./watcloud -h
./watcloud quota -h
./watcloud <command> -h