How to ask Garden to deploy a service in dev mode ...
# 💻|contributing
c
How to ask Garden to deploy a service in dev mode and its dependencies only vs. entire stack defined in garden.yml file? For example, my master garden file has configuration for all projects within our organization. I don't want all services to get deployed in K8. I want the service I'm working on being deployed in dev mode with its dependencies in regular deployed mode. Looking at the examples https://docs.garden.io/reference/commands#garden-deploy its not clear.
5 Views