Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-interactive mode for fly #25

Closed
prein opened this issue May 23, 2018 · 2 comments
Closed

non-interactive mode for fly #25

prein opened this issue May 23, 2018 · 2 comments

Comments

@prein
Copy link

prein commented May 23, 2018

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
Copy link
Owner

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:

  • the fly vars property was renamed to load_vars_from (matching the fly --load-vars-from param)
  • vars is now a new feature, which supports the fly --var flag.

@prein
Copy link
Author

prein commented May 25, 2018

Many thanks @JulzDiverse ! Works as expected.

@prein prein closed this as completed May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants