Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 609 Bytes

backstage-deploy

This package provides a CLI to help deploy Backstage on a specified cloud provider. It uses Pulumi internally to create the required resources.

Usage

With npx:

npx backstage-deploy aws --stack backstage-demo

Documentation

Install PNPM

backstage-deploy doesn't use Yarn but PNPM. Please refer to the install documentation.

After installation, run this command to install the dependencies:

pnpm i