Skip to main content

skyhook init

Initialize a new service

Synopsis

Initialize a new Skyhook service by auto-detecting project configuration. This command scans the specified directory (or current directory) to detect:
  • Programming language and framework
  • Container port from Dockerfile
  • Repository information from git
  • Monorepo structure (Nx, Turborepo, pnpm, etc.)
The detected configuration is presented in an interactive form for review before creating the service. Use ‘skyhook detect’ to preview detection results without creating a service.

Examples

Options

Options inherited from parent commands

SEE ALSO

  • skyhook - skyhook is a CLI tool to help you create and manage k8s services