Openstatus www.openstatus.dev

✍️ changelog cli template (#1279)

authored by

Thibault Le Ouay and committed by
GitHub
de45348d 00c737db

+16
apps/web/public/assets/changelog/cli-template.png

This is a binary file and will not be displayed.

+16
apps/web/src/content/changelog/cli-monitor-template.mdx
··· 1 + --- 2 + title: CLI Monitor configuration template 3 + description: We have published a new repository with CLI Monitor configuration template. 4 + image: /assets/changelog/cli-template.png 5 + publishedAt: 2025-06-30 6 + --- 7 + 8 + In our [previous changelog](/changelog/cli-improvement), we have introduced a new command to create monitors defined in a YAML configuration file. 9 + 10 + We have now published a new repository with monitor configuration template: 11 + 12 + [https://github.com/openstatusHQ/cli-template](https://github.com/openstatusHQ/cli-template) 13 + 14 + Making it easy to manage your openstatus monitors via GitOps. 15 + 16 + We are going to add more examples over time to the repository.