tilt
tilt copied to clipboard
Add support for score.dev
Describe the Feature You Want
Add support for score.dev, so it would be possible to run it as k8s_yaml(score("score.yaml", target="k8s")) or k8s_yaml(score_k8s("score.yaml"))
Current Behavior
Only kustomize/helm built-ins, but score.dev is another quite popular CNCF project for it.
Why Do You Want This?
It would let devs to use score out of the box
Additional context
since score.dev supports docker-compose as well, so it will be possible to use in the same way for the docker compose, e.g.
docker_compose(score("score.yaml", target="compose")) or docker_compose(score_compose("score.yaml"))
Internally it will just call local command score_compose or score_k8s from score and that's it.