Is it possible to create a json/yaml file in a pipeline? #4976
Unanswered
johnthompson-ybor
asked this question in
Q&A
Replies: 1 comment
-
Currently, there is not.
"Generate" is vague. The details in the file come from somewhere. The thing I see as possibly reasonable here would be a general-purpose file-writer step (not JSON-specific; not YAML-specific) that takes allows users to define the contents of a new file using an expression. Feel free to open a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to make a new json or yaml file when generating an application so I can use it with the argocd git file application set generator. I can currently copy or download an empty {} json file and then edit it with json-update, but it would be nice to also be able to just generate a file from scratch.
Beta Was this translation helpful? Give feedback.
All reactions