0.8.4 • Published 8 months ago

@humanitec/backstage-plugin-backend v0.8.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

@humanitec/backstage-plugin-backend

@humanitec/backstage-plugin-backend is a plugin for the Backstage backend app. It provides a route that @humanitec/backstage-plugin will use to connect to Humanitec API.

Installation

  1. Install @humanitec/backstage-plugin-backend plugin with,
yarn workspace backend add @humanitec/backstage-plugin-backend
  1. Add the plugin in ./packages/backend/src/index.ts to your backend,
+ backend.add(import('@humanitec/backstage-plugin-backend'));

backend.start();
  1. Add configuration to app-config.yaml
humanitec:
  orgId: the-frontside-software-inc
  token: ${HUMANITEC_TOKEN}
0.8.4

8 months ago

0.8.3

8 months ago

0.8.2

9 months ago

0.8.1

9 months ago

0.8.0

10 months ago

0.7.0

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago