cli
cli copied to clipboard
create module: detect charts in operators
Description
The scaffolding provides 2 folders charts
and operators
. All charts should be placed in the charts
folder but often operators will contain auto-generated charts.
To avoid manual work of moving the charts from operators
to charts
, we need to detect the charts and copy them over to the right place.
Reasons
- Lower barrier of entry -> better adoption
- Avoid extra steps and possible mistakes in the module development.
Attachments Current workaround on Make to copy the charts: template operator Makefile