Skip to main content

skyhook onboard argocd

Set up GitOps with ArgoCD

Synopsis

Configure GitOps and ArgoCD for your organization. This command guides you through:
  1. Setting up a GitOps deployment repository
  2. Configuring GitHub App access for ArgoCD
  3. Bootstrapping ArgoCD on your clusters (helm install + kubectl apply)
  4. Adding ArgoCD as a managed addon via GitOps
skyhook onboard argocd [flags]

Examples

  skyhook onboard argocd                   # Full 4-step flow
  skyhook onboard argocd setup-repo        # Set up GitOps repo only
  skyhook onboard argocd configure-access  # Set up GitHub App only
  skyhook onboard argocd bootstrap         # Bootstrap ArgoCD on clusters
  skyhook onboard argocd install           # Add ArgoCD addon only

Options

      --dry-run   show what would be done
  -h, --help      help for argocd

Options inherited from parent commands

      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output

SEE ALSO