aYOUne
translate
Not in your language

This page is not yet available in en. You're reading the de version.

ay sync

ay sync

Synchronisiert Plattform-Daten mit angebundenen Drittsystemen — Bitbucket/GitHub-Repos, K8s-Cluster-Inventory, Pipeline-Status.

Subcommands

ay sync repos

Pullt Repository-Listen von angebundenen Providern.

Flag Zweck
--provider <p> Filter: bitbucket / github
--id <repoId> Nur ein Repo syncen
ay sync repos
ay sync repos --provider bitbucket
ay sync repos --id 64a1b2c3

ay sync clusters

Synct K8s-Cluster-Status (Pods, Deployments, Resources).

ay sync clusters
ay sync clusters --id 64a1b2c3

ay sync pipelines

Pullt Pipeline-Runs vom CI/CD-Provider (Bitbucket/GitHub).

ay sync pipelines
ay sync pipelines --provider bitbucket -l 100

ay sync status

Zeigt aggregierten Sync-Status: Anzahl Repos, Cluster, Pipelines.

ay sync status

Verhalten

  • Repos: bei --id direkt POST /repositories/<id>/sync. Ohne --id iteriert die CLI client-seitig durch alle Repos.
  • Clusters: analog.
  • Pipelines: Server-seitiger Bulk-Sync via POST /pipelines/sync.

Siehe auch