Documentation
¶
Overview ¶
Command lo is the lok8s CLI.
The Go binary is the single entrypoint. Every command runs natively; a project routes commands to the frozen bash tree through its lok8s.yaml (spec.implementation, internal/cli/routing.go), and the exec shim (internal/cli/shim.go) hands them to `<tree>/lo` with the process environment prepared. No environment variable selects the implementation.
Click to show internal directories.
Click to hide internal directories.