Documentation
¶
Overview ¶
Command dockyard is the entrypoint for the Dockyard CLI (RFC §9).
Dockyard ships as one statically-linked, CGo-free binary. This file is a thin shell: it owns process-level concerns — signal handling and the exit code — and delegates the command tree to internal/cli.
Phase 17 ships the cobra command tree and the `dockyard new` verb. The remaining verbs (generate, validate, dev, build, run, install, test) land in later Wave 7 phases, each registering itself onto the same root command.
Click to show internal directories.
Click to hide internal directories.