Files
wild-cloud/test/test-cloud/README.md
2025-08-03 12:26:14 -07:00

23 lines
497 B
Markdown

# Test Wild Cloud Environment
This directory is a test Wild Cloud home for debugging scripts and commands.
## Usage
```bash
cd test/test-cloud
wild-app-fetch <app-name>
wild-app-add <app-name>
wild-app-deploy <app-name>
# etc.
```
## Files
- `config.yaml` - Test configuration values
- `secrets.yaml` - Test secrets (safe to modify)
- `apps/` - Added apps for testing
- `.wildcloud/cache/` - Cached app definitions
This environment is isolated and safe for testing Wild Cloud functionality.