1 2 3 4 5 6
extend = "./env-reorder.toml" [env] ENV4 = "${ENV5} ${ENV6}" ENV5 = "${ENV6} --health" ENV6 = "--verbose"