b32e2da0a5
Signed-off-by: Joel Longtine <joel@dagger.io>
72 lines
751 B
Markdown
72 lines
751 B
Markdown
---
|
|
sidebar_label: argocd
|
|
---
|
|
|
|
# alpha.dagger.io/argocd
|
|
|
|
ArgoCD client operations
|
|
|
|
```cue
|
|
import "alpha.dagger.io/argocd"
|
|
```
|
|
|
|
## argocd.#App
|
|
|
|
Create an ArgoCD application
|
|
|
|
### argocd.#App Inputs
|
|
|
|
_No input._
|
|
|
|
### argocd.#App Outputs
|
|
|
|
_No output._
|
|
|
|
## argocd.#CLI
|
|
|
|
Re-usable CLI component
|
|
|
|
### argocd.#CLI Inputs
|
|
|
|
_No input._
|
|
|
|
### argocd.#CLI Outputs
|
|
|
|
_No output._
|
|
|
|
## argocd.#Config
|
|
|
|
ArgoCD configuration
|
|
|
|
### argocd.#Config Inputs
|
|
|
|
_No input._
|
|
|
|
### argocd.#Config Outputs
|
|
|
|
_No output._
|
|
|
|
## argocd.#Status
|
|
|
|
Get application's status
|
|
|
|
### argocd.#Status Inputs
|
|
|
|
_No input._
|
|
|
|
### argocd.#Status Outputs
|
|
|
|
_No output._
|
|
|
|
## argocd.#Sync
|
|
|
|
Sync an application to its target state
|
|
|
|
### argocd.#Sync Inputs
|
|
|
|
_No input._
|
|
|
|
### argocd.#Sync Outputs
|
|
|
|
_No output._
|