23 lines
497 B
Markdown
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.
|