Environments
Environments allow us to initialize one or more variables in Nap at the beginning of a run.
Syntax
myVar: myVal
myOtherVar: myOtherVal
An environment file is a .yml
file arranged into key/value pairs.
During Nap’s initialization, each key will be saved to a variable with its corresponding value.
For the --env
command line reference, see Commands -> Run.
For the full variable reference, see Concepts -> Variables.