example/README.md

25 lines
495 B
Markdown
Raw Normal View History

2021-07-25 15:11:18 +00:00
# {{ .Name }}
2020-09-26 09:12:24 +00:00
2021-07-25 15:11:18 +00:00
{{ .Description }}
2020-09-26 09:12:24 +00:00
<!-- metadata -->
2021-07-25 15:11:18 +00:00
2021-12-25 13:11:35 +00:00
- **Category**: {{ .Category }}
- **Status**: {{ .Status }}
- **Image**: {{ .Image }}
- **Healthcheck**: {{ .Healthcheck }}
- **Backups**: {{ .Backups }}
- **Email**: {{ .Email }}
- **Tests**: {{ .Tests }}
- **SSO**: {{ .SSO }}
2021-07-25 15:11:18 +00:00
<!-- endmetadata -->
2021-12-25 13:11:35 +00:00
## Quick start
2020-09-26 09:12:24 +00:00
2021-12-25 13:11:35 +00:00
> For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech)
2020-09-26 09:12:24 +00:00
2021-12-25 13:11:35 +00:00
1. `abra app new {{ .Name }} --secrets`
1. `abra app config <app-name>`
1. `abra app deploy <app-name>`