Skip to main content

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

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