You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(argocd): add argocd deployment lifecycle and summary component (#1540)
* add argocd deployment lifecycle and summary components
* add unit test for argocd plugin
* add documentation and change visibility of argocd plugin to public
* update ReadMe to include dynamic plugin usage
_This plugin was created through the Backstage CLI_
6
6
7
7
## Getting started
8
8
9
-
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running `yarn start` in the root directory, and then navigating to [/argocd](http://localhost:3000/argocd).
9
+
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running `yarn start` in the root directory, and then navigating to [/argocd/deployment-lifecycle](http://localhost:3000/argocd/deployment-lifecycle).
10
10
11
11
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
12
12
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
13
13
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.
14
14
15
+
## For Administrators
16
+
17
+
### Installation and configuration
18
+
19
+
#### Prerequisites
20
+
21
+
- Install `@roadiehq/backstage-plugin-argo-cd-backend` plugin using the following command from the root directory
22
+
<!-- configure it by following [Argo CD Backend Plugin docs](https://www.npmjs.com/package/@roadiehq/backstage-plugin-argo-cd-backend) -->
For more detailed explanation on dynamic plugins follow this [doc](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/dynamic-plugins.md).
0 commit comments