kumiko init-deploy
kumiko init-deploy --app <name> [--port <n>] [--github-org <org>] [--out <dir>] [--force]Generates production deploy artifacts from templates shipped with
@cosmicdrift/kumiko-dev-server:
deploy/Dockerfiledeploy/Dockerfile.dockerignoredeploy/migrate-step.sh
Placeholders {{appName}}, {{port}}, and {{githubOrg}} are substituted
at generation time.
| Flag | Default | Purpose |
|---|---|---|
--app <name> | (required) | App slug for image name and paths |
--port <n> | template default | Container listen port |
--github-org <org> | template default | ghcr.io org segment |
--out <dir> | CWD | Where to write deploy/ |
--force | off | Overwrite existing files |
Existing files are skipped unless --force — guards against clobbering
a tuned Dockerfile.
Example
Section titled “Example”cd my-shopkumiko init-deploy --app my-shop --github-org cosmicdriftgamestudio# review deploy/Dockerfile, wire CI build-image workflowSee also
Section titled “See also”kumiko build— local production build (dist/)kumiko schema apply— whatmigrate-step.shruns at deploy