You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Bridgen edited this page Feb 6, 2019
·
3 revisions
Jottings
Not even worth issues, yet ...
jk watch <file> -- <continuation> -- watch the file given (and its dependencies?) and run on the output every time something changes
some kind of Helm analogue: you can do much of it with just a module, but maybe there's some boilerplate for loading things and writing them out in a standard way?
implicit writing out of files -- run the script and assume the result is to be written out (rather than that having to be part of your program)
a -m,--module flag might make this easier; e.g., -m std/kubernetes/overlay would run the overlay module as "main", looking for kustomization in working dir and writing files.