@kdtix-open/sdlca-helm-installer
v0.1.36
Published
npx-ready installer for the SDLC Automated Operations Helm container
Readme
@kdtix-open/sdlca-helm-installer
This package installs and starts the SDLC Automated Operations Helm container from a fresh macOS or Linux machine with Docker and Node.js 20+.
npx @kdtix-open/sdlca-helm-installerThe installer runs the embedded docker-compose.yml, waits for GET http://localhost:${SDLCA_HELM_PORT:-4729}/health, and writes ~/.sdlca/helm/installed.json after a successful bootstrap.
This package is BUSL-1.1. External contributions are not accepted. This is not an open-source release.
Configuration
SDLCA_HELM_PORT: host/container port for the Helm service. Defaults to4729.SDLCA_HELM_HOME: installation state directory. Defaults to~/.sdlca/helm.SDLCA_HELM_IMAGE: image used by Docker Compose. Defaults toghcr.io/kdtix-open/sdlca-operations-helm:latest.
