https://github.com/backstage/backstage-deploy
CLI to help deploy Backstage on your cloud provider
https://github.com/backstage/backstage-deploy
backstage backstage-deploy
Last synced: 4 days ago
JSON representation
CLI to help deploy Backstage on your cloud provider
- Host: GitHub
- URL: https://github.com/backstage/backstage-deploy
- Owner: backstage
- License: apache-2.0
- Created: 2023-05-12T09:16:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:42:35.000Z (about 1 year ago)
- Last Synced: 2025-04-20T20:35:46.206Z (5 days ago)
- Topics: backstage, backstage-deploy
- Language: TypeScript
- Homepage: https://backstage.io/
- Size: 1.58 MB
- Stars: 8
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# backstage-deploy
This package provides a CLI to help deploy Backstage on a specified cloud provider. It uses [Pulumi](https://www.pulumi.com) internally to create the required resources.
## Usage
With `npx`:
```sh
npx backstage-deploy aws --stack backstage-demo
```## Documentation
- [Deploy documentation](https://backstage.io/docs/deployment/backstage-deploy/aws-lightsail)
## Install PNPM
`backstage-deploy` doesn't use Yarn but PNPM. Please refer to the [install documentation](https://pnpm.io/installation).
After installation, run this command to install the dependencies:
```sh
pnpm i
```