summaryrefslogtreecommitdiffstats
path: root/cmd/ship/deploy.go
Commit message (Collapse)AuthorAgeFilesLines
* Move deploy implementation to deploy.gobndw2026-01-251-0/+598
Restructure CLI files to follow idiomatic cobra layout: - main.go: minimal entry point - root.go: command definition, flags, and subcommand wiring - deploy.go: all deploy implementation