Initial commit.

This commit is contained in:
2025-10-11 17:19:11 +00:00
commit 24245e46e8
33 changed files with 4206 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Wild CLI
The Wild CLI is a command-line interface for advanced users who prefer to manage Wild Cloud from the terminal. It communicates with the Wild Central Daemon (wildd) to perform actions.
## Usage
```bash
wild --help
```
## Development
```bash
make build
build/wild --help
```