Allow devs to run the deployment locally, to debug any issues.
- CLI command to run a deployment locally, on a local k8s cluster
- Document how to setup a k8s cluster - through Docker or Minikube.
- Provide a
--skip web argument to allow skipping running a paritcular service - means a dev can automatically spin up all their infrastructure like their DB etc, but continue to dev on their main project with their normal IDE / tooling.
Allow devs to run the deployment locally, to debug any issues.
--skip webargument to allow skipping running a paritcular service - means a dev can automatically spin up all their infrastructure like their DB etc, but continue to dev on their main project with their normal IDE / tooling.