herrjulz / aviator

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

[feature] fly executor performing "validate-pipeline" #32

Closed aegershman closed 5 years ago

aegershman commented 5 years ago

https://github.com/JulzDiverse/aviator#the-fly-section-optional

Similar to how the kubectl executor has a --dry-run mode, perhaps it would be beneficial to have the fly executor only do a validate-pipeline and not actually fly up the pipeline.

Thanks for your time and consideration.

herrjulz commented 5 years ago

Hi @aegershman thx for open this issue. I think that is very good idea, i'll add it to the fly-executor. It will be part of the next release.

herrjulz commented 5 years ago

Hi @aegershman check out the new release: https://github.com/JulzDiverse/aviator/releases/tag/v1.4.0 It has the requested update ;)