-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Say I have a folder setup like
.
|_ my-pkg
|_ khelm-function.yaml
I want to emit run the function to end up like
.
|_ my-pkg
|_ khelm-function.yaml
|_ rendered.yaml
If I run kpt fn run --network . from . or my-pkg, I get different results. It would be great to be able to output to the same folder as khelm-function.yaml - whether by default or some option/special file format/whatever. This way, as I accumulate many functions, I can just run them at the top level.
Alternatively, I can set outputPath: my-pkg/rendered.yaml, but then I cannot run the fn in my-pkg folder and it leaks folder structure details a bit.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request