summaryrefslogtreecommitdiffstats
path: root/cmd/ship/root_v2.go
Commit message (Collapse)AuthorAgeFilesLines
* feat(v2): add CLI structure and deploy orchestrationClawd39 hours1-0/+158
- cmd/ship/root_v2.go: new CLI with ship [PATH] as primary command - cmd/ship/deploy_v2.go: deploy orchestration with context struct - Placeholder implementations for static/docker/binary deploys - Placeholder subcommands (list, status, logs, remove, host) - Support for --name, --health, --ttl, --env flags - SHIP_PRETTY env var support Next: implement actual deploy flows