This repository contains Backstage plugins to interact with the Humanitec Platform Orchestrator from your Backstage Portal.
- humanitec Show workloads, environments and resources deployed by Humanitec Platform Orchestrator.
- humanitec-backend Backend API route.
- humanitec-backend-scaffolder-module Scaffolder actions.
To start the app, run:
yarn install
yarn dev
Execute the tests using:
yarn test
This repository is using changesets to control versioning and releases. Please run yarn changeset
before opening a PR and include the generated changeset in your PR.