Files
wild-cli/README.md
2025-10-11 17:19:11 +00:00

18 lines
290 B
Markdown

# 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
```