This package provides a CLI to help deploy Backstage on a specified cloud provider. It uses Pulumi internally to create the required resources.
With npx
:
npx backstage-deploy aws --stack backstage-demo
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