Related to #172
When running cargoStartLocal there no option to modify any files in between the install and configuration of the local container and the running of it.
If the task was split in two, e.g. cargoInstallLocal and cargoStartLocal you could run commands after the container has installed and before it starts.
Using the names above would break comparability with previous versions though unless a flag could be added to control whether cargStartLocal needed to deploy before starting or not.
Related to #172
When running
cargoStartLocalthere no option to modify any files in between the install and configuration of the local container and the running of it.If the task was split in two, e.g.
cargoInstallLocalandcargoStartLocalyou could run commands after the container has installed and before it starts.Using the names above would break comparability with previous versions though unless a flag could be added to control whether
cargStartLocalneeded to deploy before starting or not.