mach
mach copied to clipboard
destructuring in mach/props
Keys destructuring in mach/props doesn't create a globally accessible variable.
{mach/props [{:keys [datomic-user datomic-password aws-access-key aws-secret-key]} (aero.core/read-config "config.edn" {})]}
It is possible to use these local vars inside of mach/props, but not in other tasks defined in the Machfile.
Thanks for the report, will look into it.