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
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Argocd Executor Plugin
2
-
**IN ACTIVE DEVELOPMENT**
3
-
4
-
This is an ArgoCD plugin that allows you to interact with an argocd instance of your choice.
5
-
This is meant to be easily available and to be used in your ci/cd needs.
1
+
<divalign="center">
2
+
<h1align="center">Argocd Executor Plugin</h1>
3
+
<palign="center">An <ahref="https://github.com/argoproj/argo-workflows/blob/master/docs/executor_plugins.md">Executor Plugin</a> for <ahref="https://argoproj.github.io/argo-workflows/">Argo Workflows</a> that lets you interact with ArgoCD servers </br>
4
+
<b>In Active Development</b></p>
5
+
</div>
6
6
7
7
## Example Usage
8
8
@@ -23,8 +23,11 @@ spec:
23
23
project: guestbook
24
24
apps:
25
25
- guestbook
26
+
- guestbook-backend
26
27
```
27
28
29
+
</br>
30
+
28
31
## Getting Started
29
32
30
33
Head to the [scripts](scripts/README.md) directory to find out how to get the project up and running on your local machine for development and testing purposes.
@@ -37,6 +40,8 @@ You will need to have a working [Argo Workflows](https://argoproj.github.io/argo
37
40
38
41
Read how to install the plugin in your Argo Workflows instance [here](out/README.md).
39
42
43
+
</br>
44
+
40
45
## Contributing
41
46
42
47
Currently I am developing this on my own as my interest in workflow plugins is growing. <br>
0 commit comments