The README and boilerplates document sh1pt ship ... commands, and packages/cli/src/commands/ship.ts already defines shipCmd, but packages/cli/src/index.ts does not register it on the root program. As a result, users following docs for sh1pt ship init, sh1pt ship status, or sh1pt ship target ... cannot discover or run the top-level command.\n\nThis issue tracks mounting the existing ship command at the root CLI so documented commands are available.
The README and boilerplates document
sh1pt ship ...commands, and packages/cli/src/commands/ship.ts already defines shipCmd, but packages/cli/src/index.ts does not register it on the root program. As a result, users following docs forsh1pt ship init,sh1pt ship status, orsh1pt ship target ...cannot discover or run the top-level command.\n\nThis issue tracks mounting the existing ship command at the root CLI so documented commands are available.