Requirements: Go 1.22+
Clone the repository:
git clone https://github.com/vin-jl/watcloud-cli.git
cd watcloud-cliBuild:
go build -o watcloud ./cmd/watcloudRun:
./watcloud status
./watcloud quota list
./watcloud docker 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 |
|---|---|
| start/run | Starts the rootless Docker Daemon. |
| status | Lists all non-interactive background user processes (daemons). |
For help and usage examples, run:
./watcloud -h
./watcloud quota -h
./watcloud <command> -h