I'm not sure updating `abra` to template these files is the best idea as I'm actually hoping we'll be migrating away from this in the future. For now, I use comments instead of leaving the ugly `{{ ... }}` in the file.
{{ .Name }}
{{ .Description }}
- Category: {{ .Category }}
- Status: {{ .Status }}
- Image: {{ .Image }}
- Healthcheck: {{ .Healthcheck }}
- Backups: {{ .Backups }}
- Email: {{ .Email }}
- Tests: {{ .Tests }}
- SSO: {{ .SSO }}
Quick start
abra app new {{ .Name }} --secrets
abra app config <app-name>
abra app deploy <app-name>
For more, see docs.coopcloud.tech
.