Sync manifests from a git repository to your clusters.
Provide a git repository URL and optional path, and kubestellar-deploy will apply all manifests to your clusters.
sync_from_git - Apply manifests from git to clusterspreview_changes - Dry-run to see what would changereconcile - Force sync to bring clusters in line with gitUse sync_from_git with:
repo: Git repository URL (required)path: Path within repo (optional)branch: Branch name (default: main)clusters: Target clusters (all if not specified)dry_run: Set to true to preview without applying