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

## skyhook onboard

Set up Skyhook for your organization

### Synopsis

Interactive wizard to set up Skyhook step by step.

This command guides you through:

* Connecting Kubernetes clusters
* Setting up GitHub integration
* Bootstrapping ArgoCD
* Importing your first service

```
skyhook onboard [flags]
```

### Examples

```
  skyhook onboard                    # Full interactive wizard
  skyhook onboard cluster connect    # Connect current kubectl context
  skyhook onboard status             # Show what's configured
```

### Options

```
      --from string   start from a specific step (cluster, github, argocd, deploy-auth, service)
  -h, --help          help for onboard
      --skip string   skip specific steps (comma-separated: cluster,github,argocd,deploy-auth,service)
```

### 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](/cli-reference/skyhook)	 - skyhook is a CLI tool to help you create and manage k8s services
* [skyhook onboard addons](/cli-reference/skyhook_onboard_addons)	 - Install essential cluster addons
* [skyhook onboard argocd](/cli-reference/skyhook_onboard_argocd)	 - Set up GitOps with ArgoCD
* [skyhook onboard cluster](/cli-reference/skyhook_onboard_cluster)	 - Connect or create clusters
* [skyhook onboard deploy-auth](/cli-reference/skyhook_onboard_deploy-auth)	 - Set up deployment repo authentication
* [skyhook onboard github](/cli-reference/skyhook_onboard_github)	 - Set up GitHub Actions authentication with your cloud provider
* [skyhook onboard status](/cli-reference/skyhook_onboard_status)	 - Show onboarding progress
