kmdo pub
Release engineering, simplified
Synopsis
Release engineering, simplified.
kmdo is a release automation tool, built with love and care by Jeff and @caarlos0 and other many contributors.
Complete documentation is available at https://pub.kumose.cc/kmdo
Examples
# Initialize your project:
kmdo pub init
# Verify your configuration:
kmdo pub check
# Verify dependencies:
kmdo pub healthcheck
# Build the binaries only:
kmdo pub build
# Run a snapshot release:
kmdo pub release --snapshot
# Run a complete release:
kmdo pub release
Options
-h, --help help for kmdo
--verbose Enable verbose mode
See also
- kmdo pub build - Builds the current project
- kmdo pub check - Checks if configuration is valid
- kmdo pub healthcheck - Checks if needed tools are installed
- kmdo pub init - Generates a .kmdopkg.yaml file
- kmdo pub jsonschema - Outputs kmdo's JSON schema
- kmdo pub mcp - Start a MCP server that provides Kmdo tools
- kmdo pub release - Releases the current project