herrjulz / aviator

Merge YAML/JSON files in a in a convenient fashion based on a configuration file called aviator.yml
MIT License
59 stars 7 forks source link

[feature request] support executor for each output #40

Open bodin opened 5 years ago

bodin commented 5 years ago

I am looking to use aviator to build a large number of similar pipelines. The current example shows building multiple apps and merging them into a single pipeline, followed by a call to fly to install that pipeline.

I would like to have a single aviator file that builds multiple pipelines and calls fly on each generated pipeline.

As an example - take the cf sample and remove the last merge - you would have multiple app pipelines that would need to be installed.

https://github.com/JulzDiverse/aviator-cf-apps/blob/master/aviator.yml

herrjulz commented 5 years ago

Hey @bodin, I can add this feature to the executors, so that they can perform an execute to files in a specified folder, a list of files or a single file. It should be absolutely possible. Thx for you feature request.

bodin commented 5 years ago

Awesome - Thanks!