> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Skyhook onboard argocd

## 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

* [skyhook onboard](/cli-reference/skyhook_onboard)	 - Set up Skyhook for your organization
* [skyhook onboard argocd bootstrap](/cli-reference/skyhook_onboard_argocd_bootstrap)	 - Bootstrap ArgoCD on your clusters via Helm
* [skyhook onboard argocd configure-access](/cli-reference/skyhook_onboard_argocd_configure-access)	 - Set up GitHub App for ArgoCD repo access
* [skyhook onboard argocd install](/cli-reference/skyhook_onboard_argocd_install)	 - Add ArgoCD as a managed addon via GitOps
* [skyhook onboard argocd setup-repo](/cli-reference/skyhook_onboard_argocd_setup-repo)	 - Initialize the GitOps deployment repository
