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

## skyhook onboard argocd bootstrap

Bootstrap ArgoCD on your clusters via Helm

### Synopsis

Install the initial ArgoCD instance and apply bootstrap configuration.

ArgoCD can't deploy itself via GitOps because it's not running yet.
This step solves that chicken-and-egg problem by doing a one-time manual install.

For each cluster, this will:

* Authenticate to the cluster (gcloud/aws/az)
* Run helm dependency build + helm install for ArgoCD
* Apply the cluster-admin AppProject
* Apply the bootstrap ApplicationSet

After this, ArgoCD manages everything else via GitOps.

```
skyhook onboard argocd bootstrap [flags]
```

### Examples

```
  skyhook onboard argocd bootstrap
```

### Options

```
  -h, --help   help for bootstrap
```

### 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 argocd](/cli-reference/skyhook_onboard_argocd)	 - Set up GitOps with ArgoCD
