diff --git a/test/test-cloud/README.md b/test/test-cloud/README.md index 89532d2..11a19bf 100644 --- a/test/test-cloud/README.md +++ b/test/test-cloud/README.md @@ -1,23 +1,22 @@ -# Your Wild Cloud +# Test Wild Cloud Environment -## One-time Setup +This directory is a test Wild Cloud home for debugging scripts and commands. -Congratulations! Everything you need for setting up and managing your wild-cloud is in this directory. - -Just run: +## Usage ```bash -wild-setup +cd test/test-cloud +wild-app-fetch +wild-app-add +wild-app-deploy +# etc. ``` -## Using your wild-cloud +## Files -### Installing Wild Cloud apps +- `config.yaml` - Test configuration values +- `secrets.yaml` - Test secrets (safe to modify) +- `apps/` - Added apps for testing +- `.wildcloud/cache/` - Cached app definitions -```bash -wild-apps-list -wild-app-fetch -wild-app-config -wild-app-deploy -# Optional: Check in app templates. -``` +This environment is isolated and safe for testing Wild Cloud functionality. diff --git a/test/test-cloud/config.yaml b/test/test-cloud/config.yaml deleted file mode 100644 index 219bc55..0000000 --- a/test/test-cloud/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -operator: - email: test@domain.tld -cloud: - baseDomain: domain.tld - domain: cloud.domain.tld - internalDomain: internal.cloud.domain.tld -cluster: - name: cloud-domain-tld