Updates docs.

This commit is contained in:
2025-10-01 05:19:37 -07:00
parent d21eb18dc9
commit 395bdff2a6
9 changed files with 37 additions and 73 deletions

View File

@@ -16,8 +16,7 @@ wild-setup
```bash
wild-apps-list
wild-app-fetch <app>
wild-app-config <app>
wild-app-add <app>
wild-app-deploy <app>
# Optional: Check in app templates.
```

View File

@@ -20,16 +20,10 @@ The Wild Cloud app workflow consists of three steps:
### Commands
To fetch an app template to cache:
To configure an app (reads directly from repository):
```bash
wild-app-fetch <app>
```
To apply your configuration to a cached app (automatically fetches if not cached):
```bash
wild-app-config <app>
wild-app-add <app>
```
To deploy a configured app to Kubernetes: