dryRun: [dry-run] do as much as possible without executing any Docker related commands, prints the cmds as result.json (still generate intermediate compose file)
doAll: [do-all] build all imageconfig and build and deploy all ss and ssi
buildAll: [build-all] build all imageconfig
deployAll: [deploy-all] build and deploy all ss and ssi if enabled
deployInstanceName: [deploy-\<instance-name>]build and deploy ssi or si
removeInstanceName: [remove-\<instance-name>] remove ssi or si
Above hierarchy is used. If a 'doAll' is found, it will not ready any further actions. same for 'buildAll', 'deployAll' and 'removeAll' in that order. Instance specific actions can be grouped in one commit message (if not other common action defined of course)
Above hierarchy is used. If a 'doAll' is found, it will not ready any further actions. same for 'buildAll', 'deployAll' and 'removeAll' in that order. Instance specific actions can be grouped in one commit message (if not other common action defined of course)
'dry' can be combined with them all
the order in the commit message is not used