@pagerduty/backstage-plugin-backend 0.7.1-next.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,6 @@ The PagerDuty backend plugin augments the capabilities of the [PagerDuty fronten
|
|
|
12
12
|
## Features
|
|
13
13
|
|
|
14
14
|
- **REST APIs** The backend is responsible for all requests to PagerDuty REST APIs. Centralizing these in the backend plugin allows us to only expose the information the frontend needs and therefore improve security and performance.
|
|
15
|
-
- **Data Persistence** The backend component is also responsible for the data persistence layer for the PagerDuty plugin for Backstage.
|
|
16
15
|
|
|
17
16
|
## Getting Started
|
|
18
17
|
|
|
@@ -25,7 +24,7 @@ The installation of the PagerDuty plugin for Backstage is done with *yarn* as al
|
|
|
25
24
|
To install this plugin run the following command from the Backstage root folder.
|
|
26
25
|
|
|
27
26
|
```bash
|
|
28
|
-
yarn add --cwd packages/backend @pagerduty/backstage-plugin-backend
|
|
27
|
+
yarn add --cwd packages/backend @pagerduty/backstage-plugin-backend @pagerduty/backstage-plugin-common
|
|
29
28
|
```
|
|
30
29
|
|
|
31
30
|
### Configuration
|