Skip to content

WATonomous/watcloud-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WATcloud CLI

Features

Setup & Installation

Requirements: Go 1.22+ (and optionally Docker for daemon status)

Clone the repository:

git clone https://github.com/WATonomous/watcloud-cli.git
cd watcloud-cli

Build:

go build -o watcloud ./cmd/watcloud

Run:

./watcloud status
./watcloud quota list
./watcloud daemon status

Project Structure

  • cmd/ - CLI entrypoints
  • internal/ - Command implementations

Commands

watcloud quota

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.

watcloud daemon

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages