werf

GitOps tool for building, testing, and deploying apps to Kubernetes

brewmacoslinux
Try with needOr install directly
Source

About

Consistent delivery tool for Kubernetes

Commands

werf

Examples

Build and push Docker images to a registry$ werf build --repo myregistry.azurecr.io/myapp
Deploy application to Kubernetes cluster$ werf deploy --repo myregistry.azurecr.io/myapp --env production
Run tests in a containerized environment$ werf run tests -- npm test