-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Michael Bridgen edited this page Feb 6, 2019
·
3 revisions
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.
- a