Closed joaonc closed 2 months ago
Currently using subprocess to run commands in helper functions in tasks.py, but invoke's context can be used, just needs to be passed as a parameter to the functions.
subprocess
tasks.py
invoke
This brings some advantages to using subprocess:
--dry
Currently using
subprocess
to run commands in helper functions intasks.py
, butinvoke
's context can be used, just needs to be passed as a parameter to the functions.This brings some advantages to using
subprocess
:--dry
functionality