Skip to main content

skyhook detect

Detect project configuration

Synopsis

Analyze a project directory and detect its configuration. This command scans the specified directory (or current directory) to detect:
  • Programming language and framework
  • Container port from Dockerfile
  • Dockerfile build readiness and issues
  • Repository information from git
  • Monorepo structure (Nx, Turborepo, pnpm, etc.)
  • Environment variables used in code
  • Health, metrics, and documentation endpoints
  • API specification files
Use this command to preview detection results, or for debugging detection issues.

Examples

Options

Options inherited from parent commands

SEE ALSO

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