Beginning of my-wild-cloud init files.

This commit is contained in:
2025-06-07 09:54:36 -07:00
parent 5b282f353a
commit dc1bd3ffea
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# My Wild-cloud Apps
This directory contains the definitions for _your_ wild-cloud apps. You can change them however you like. You should keep them all in git and make commits anytime you change something. Some `wild` commands will overwrite files in your app directory (like when you are updating apps, or updating your configuration) so you'll want to review any changes made to your files after using them using `git`.
## Usage
To list all available apps:
```bash
wild-cloud-app-list
```
To add a new app:
```bash
wild-cloud-add <app>
```
To install the app:
```bash
wild-cloud-install <app>
```
To update the app:
```bash
TBD
```