grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
48 stars 8 forks source link

Add warning to CLI output when using --format=thema #421

Closed IfSentient closed 2 months ago

IfSentient commented 2 months ago

This PR adds a prominent warning to users when running the CLI with the --format=thema flag that thema support is deprecated and it will be removed in a future release. The warning message points to the docs on writing kinds for how to write a kind in the CUE format instead.

Resolves https://github.com/grafana/grafana-app-sdk/issues/275