Knative Backstage Plugins and Templates
October 22, 2024 ยท View on GitHub
This repository contains a set of Backstage plugins for Knative, their respective backends and Knative Functions templates for Backstage.
Installation and usage
Event Mesh plugin
See Event Mesh plugin README file for more information.
Knative Function templates
See templates README file for more information.
Development
Event Mesh plugin
See Event Mesh plugin DEVELOPMENT file for more information.
Knative Function templates
See templates README file for more information.
Testing GitHub Actions
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'