This repository contains Backstage plugins to interact with the Facets.cloud Platform from your Backstage Portal.
- facets-cloud Show environments, release history and Terraform outputs for resources deployed by Facets.cloud.
- facets-cloud-backend Backend API route for facets-cloud plugin.
To start the app, from backstage-plugins folder, run:
yarn install
yarn devExecute the tests using:
yarn testThe following components are available for use on the entity page in Backstage.
This component provides an overview of all environments currently deployed in Facets for a particular resource.
This component displays the release history of a resource in a selected environment. You can also trigger a new release by clicking the “Release Now” button.
This component provides an overview of all Terraform outputs for environments currently deployed in Facets for a particular resource.


