tilt
tilt copied to clipboard
Feature: A way to type in the console
I use this command k8s_yaml(local('kustomize build folder_here'))
to generate the yaml (because for some reason the tilt kustomize isn't working, I think there is an open issue about that)
But the problem is that sometimes kustomize ask for an input : the ssh password for example. And I can't type it in tilt
Totally hear you on being able to do interactive things with Tilt local
s.
In the meantime can you run ssh-agent
so that it caches the passphrase? More info here
Tagging #3830 as related