Aviator v0.18.0
BREAKING CHANGES
- The fly section
vars
property was renamed toload_vars_from
, which is equivalent to the--load-vars-from
option infly
. - A
vars
property was added to the fly section. It provides a map with variables (key-value pairs). Each variable represents the--var
option offly
.
fly:
vars:
var1: myvar
var2: another_var
load_vars_from:
- credentials.yml
New Features:
Fly Non-Interactive Mode
The fly section now supports the fly
non-interactive (-n
) option:
fly:
non_interactive: true
Windows Support
In addition to the linux and darwin binary, aviator now provides a windows binary.