Can ArgoCD deploys using info published via API

229 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 answers

3
crenshaw-dev 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.