Registry / cloud / argoproj-argo-cd-v2

argoproj-argo-cd-v2

JSON →
library2.14.21gogounverified

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

go get github.com/argoproj/argo-cd/v2
INSTALL
IMPORT
SIG · ARGOPROJ-ARGO-CD-V
A
argoproj-argo-cd-v2
cloudgov2.14.21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

argocd
github.com/argoproj/argo-cd/v2

Creates a new Argo CD API client.

package main import ( "fmt" "github.com/argoproj/argo-cd/v2/pkg/apiclient" ) func main() { client, err := apiclient.NewClient(&apiclient.ClientOptions{}) if err != nil { panic(err) } fmt.Printf("Argo CD client: %+v\n", client) }
Debug
Known issues
breakingMajor version v2 in module path requires import path suffix /v2
fix
Use import path github.com/argoproj/argo-cd/v2 instead of github.com/argoproj/argo-cd
affects: >=2.0.0
Upgrade
Version history
2.14.21latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
42
OpenAI (training)
1
Resources