Adds a test cloud home.

This commit is contained in:
2025-07-15 07:15:31 -07:00
parent 2401423976
commit bcf2bca715
5 changed files with 163 additions and 0 deletions

23
test/test-cloud/README.md Normal file
View File

@@ -0,0 +1,23 @@
# Your Wild Cloud
## One-time Setup
Congratulations! Everything you need for setting up and managing your wild-cloud is in this directory.
Just run:
```bash
wild-setup
```
## Using your wild-cloud
### Installing Wild Cloud apps
```bash
wild-apps-list
wild-app-fetch <app>
wild-app-config <app>
wild-app-deploy <app>
# Optional: Check in app templates.
```