move cwd as the first argument to yarn

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-04 20:10:44 +01:00
parent d3a9cd3afa
commit 9aac2b0d36
134 changed files with 269 additions and 161 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ Each of the entries in the table will direct you to the error details in your de
```bash
# From your Backstage root directory
yarn add --cwd packages/app @backstage/plugin-periskop
yarn --cwd packages/app add @backstage/plugin-periskop
```
3. Add to the app `EntityPage` component:
@@ -53,7 +53,7 @@ annotations:
### Instances
The periskop plugin can be configured to fetch aggregated errors from multiple deployment instances.
The periskop plugin can be configured to fetch aggregated errors from multiple deployment instances.
This is especially useful if you have a multi-zone deployment, or a federated setup and would like to drill deeper into a single instance of the federation. Each of the configured instances will be included in the plugin's UI via a dropdown on the errors table.
The plugin requires to configure _at least one_ Periskop API location in the [app-config.yaml](https://github.com/backstage/backstage/blob/master/app-config.yaml):