chore: added install path and fixed import on plugin-octopus-deploy

Signed-off-by: samstitt <145553195+samstitt@users.noreply.github.com>
This commit is contained in:
samstitt
2023-12-28 17:03:32 +00:00
parent 5447cffd23
commit 7d96ba8370
2 changed files with 17 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-octopus-deploy': patch
---
added install path and fixed import on plugin-octopus-deploy
+12 -1
View File
@@ -8,6 +8,17 @@ Welcome to the octopus-deploy plugin!
## Getting started
### Installing
To get started, first install the plugin with the following command:
```bash
# From your Backstage root directory
yarn add --cwd packages/app @backstage/plugin-octopus-deploy
```
### Setup
This plugin (currently) uses the Backstage proxy to securely communicate with the Octopus Deploy API.
To use it, you will need to generate an [API Key](https://octopus.com/docs/octopus-rest-api/how-to-create-an-api-key) within Octopus Deploy.
@@ -35,7 +46,7 @@ octopusdeploy:
```
// In packages/app/src/components/catalog/EntityPage.tsx
import {
isOctopusDeployAvailable
isOctopusDeployAvailable,
EntityOctopusDeployContent
} from '@backstage/plugin-octopus-deploy';