Skip to content

A .NET SDK for interacting with the ArgoCD API, making it easy to integrate GitOps workflows into your applications.

License

Notifications You must be signed in to change notification settings

neuroglia-io/argocd-sdk

ArgoCD .NET SDK

A .NET SDK for interacting with the ArgoCD API, making it easy to integrate GitOps workflows into your applications and services.

NuGet License


✨ Features


📦 Installation

Install from NuGet:

dotnet add package ArgoCD.Sdk

🚀 Getting Started

...
builder.Services.AddArgoCDClient(options => 
{
  options.Endpoint = new("https://argocd.contoso.com");
  options.ApiKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9eyJpc3MiOiJhcmdvY2QiLC";
});
...

🤝 Contributing

Contributions are welcome!
Please check out our contribution guide for guidelines on how to get started.


📄 License

This project is licensed under the Apache-2.0 License.


🌐 Links

About

A .NET SDK for interacting with the ArgoCD API, making it easy to integrate GitOps workflows into your applications.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages