Skip to content

ginko ship

Terminal window
ginko ship [message] [options]

Ships your work with AI-enhanced commit messages, PR descriptions, and optional test runs. Handles the full flow from commit to push.

FlagDescription
-b, --branch <name>Specify branch name
--no-pushSkip pushing to remote
--no-testsSkip running tests
--no-cleanSkip cleanup of temp files
--docsUpdate CHANGELOG.md and check sprint tasks
--no-aiDisable AI enhancement
-v, --verboseShow detailed output
Terminal window
# Ship with AI-generated commit message
ginko ship
# Ship with custom message
ginko ship "Add authentication middleware"
# Ship without pushing
ginko ship --no-push
# Ship with docs updates
ginko ship --docs
# Ship to specific branch
ginko ship -b feature/auth