Added a task to run the 'configure' task in cargo with a cargoConfigureLocal task.
I'd like the ability to bundle the containers configuration manually onto target via SSH (rather than having to specify usernames and passwords to remotes), so a 'configure' only task is a useful option.
This is also useful as I can add additional generated configuration directories (rather than using configFiles) into the container configuration before starting the container.
Also, I can now manually run and background the start of (e.g.) tomcat on the target using ssh rather than the blocking cargoRunLocal task.
There don't seem to be any tests around creating the cargo*Local tasks, but the implementation is trivial, so I haven't added any either.
Added a task to run the 'configure' task in cargo with a cargoConfigureLocal task.
I'd like the ability to bundle the containers configuration manually onto target via SSH (rather than having to specify usernames and passwords to remotes), so a 'configure' only task is a useful option.
This is also useful as I can add additional generated configuration directories (rather than using configFiles) into the container configuration before starting the container.
Also, I can now manually run and background the start of (e.g.) tomcat on the target using ssh rather than the blocking cargoRunLocal task.
There don't seem to be any tests around creating the cargo*Local tasks, but the implementation is trivial, so I haven't added any either.