Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Allow append args to be added when running from command line

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaughansharman vaughansharman released this 02 Dec 10:51

You can now add append args when starting services or profiles, the args will be applied to the appropriate service by name

--appendArgs '{"SERVICE_NAME":["-DFoo=Bar","something_else"]}'