cognitedata/inso-bootstrap-cli

Another github action in order to have the diagram as part of the README file

Opened this issue · 1 comments

I think it would be great (if not already possible?) to be able to generate the diagram and make it part of a README file via github actions.
I guess it is possible to do it manually now, but would be great to have another action that could do that as well.
Thoughts?

I need help with this implemention / design:

  • atm I can to my knowledge, only expose one command (which is deploy) through the action.yml as gh-action
  • as well writing back to gh-repo from a gh-action requires system-user(?) which is allowed to git commit / git push
  • another option is maybe to add diagram as a parameter to deploy --with-diagram-to-git yes