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

non-interactive mode for fly #25

Closed prein closed 6 years ago

prein commented 6 years ago

I would like to use aviator in a meta (concourse) pipeline creating other pipelines. For that to be possible fly needs to be run in non-interactive mode (with -n argument).

I would appreciate adding an option along the lines of:

fly:
  non-interactive: true

that would result appending '-n' to fly args

herrjulz commented 6 years ago

Hi @prein,

The non-interactive mode was added to the fly-executor. You can check the details in the latest release-notes or in the README.

Please note that I introduced a breaking change:

prein commented 6 years ago

Many thanks @JulzDiverse ! Works as expected.