Can ArgoCD deploys using info published via API

237 Views Asked by At

Does ArgoCD deploys based on info handover from an API call? So far I tried declarative approach for deployments (updating master branch and pull based deployments), never tried via an API call.

1

There are 1 best solutions below

3
On

Argo CD has a robust API. Basically anything you can do via the UI or CLI you can do via the API. For example, you can create Applications and trigger syncs.