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

## skyhook onboard argocd setup-repo

Initialize the GitOps deployment repository

### Synopsis

Set up a GitOps deployment repository for your organization.

This will:

* Create or use an existing GitHub repository for deployments
* Initialize it with ArgoCD configuration for your clusters
* Create a PR with the initial structure

```
skyhook onboard argocd setup-repo [flags]
```

### Examples

```
  skyhook onboard argocd setup-repo
```

### Options

```
  -h, --help   help for setup-repo
```

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