Skip to content

Commit

Permalink
new: Add proto plugin argocd command. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn authored Jun 12, 2024
1 parent 86f0377 commit a94585a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
"$schema": "../schema.json",
"version": 1,
"plugins": [
{
"id": "argocd",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/argocd/plugin.toml",
"format": "toml",
"name": "argocd",
"description": "argocd controls a Argo CD server.",
"author": "kahirokunn",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/argocd",
"devicon": "argocd",
"bins": [
"argocd"
]
},
{
"id": "act",
"locator": "https://raw.githubusercontent.com/theomessin/proto-toml-plugins/master/act.toml",
Expand Down

0 comments on commit a94585a

Please sign in to comment.