Files
wild-cloud/setup/home-scaffold/README.md
Paul Payne f64735a5c1 Breaks out wild-setup phases into independently-runnable scripts.
Remove deprecated scripts and add Talos schema mappings

- Deleted the following scripts as they are no longer needed:
  - create-installer-image.sh
  - detect-node-hardware.sh
  - generate-machine-configs.sh

- Added a new file `talos-schemas.yaml` to maintain mappings of Talos versions to their corresponding schematic IDs for wild-cloud deployments.

- Updated the README in the home scaffold to simplify the initial setup instructions.
2025-06-27 11:29:36 -07:00

24 lines
363 B
Markdown

# 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.
```