This repository contains a set of Backstage plugins for Knative, their respective backends and Knative Functions templates for Backstage.
See Event Mesh plugin README file for more information.
See templates README file for more information.
See Event Mesh plugin DEVELOPMENT file for more information.
See templates README file for more information.
You need act
installed: https://github.com/nektos/act
# Specify the job to run
act -j '<job name>'
# ex:
# act -j 'publish-release-snapshot-on-npm'
# if having issues on Apple Silicon, use:
# act --rm --container-architecture linux/amd64 -j 'publish-release-snapshot-on-npm'