18 lines
290 B
Markdown
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
|
|
```
|
|
|