Task: #53687 Support instance-specific cfg write targets and add coverage V2 #4

Merged
norb merged 11 commits from 53687/task-support-instance-specific-cfg-write-target-v2 into master 2026-03-30 15:09:21 +00:00

11 commits

Author SHA1 Message Date
5fdf1e2b7f
fix: remove Verua specific names using Settings specific 2026-03-30 17:04:33 +02:00
56872a04c4
style: fix indentation 2026-03-30 16:57:58 +02:00
f87ada6c15
fix: remove commented code 2026-03-30 16:56:40 +02:00
6f1f78fc33
feat: add shortOption to siteDir 2026-03-30 16:56:15 +02:00
1c851632c3 Task: #53687 Refactor CLI input validation into option validators, add validator coverage, and refactor cfg CLI tests 2026-03-30 13:57:29 +02:00
480d97c804 Task: #53687 Add minimal --verbose mode and replace legacy var_dump debug points 2026-03-27 08:55:53 +01:00
2a391f4e0a Task: #53687 Simplify cfg argument handling and keep --siteDir with JSON write input (-i) 2026-03-26 12:27:12 +01:00
29d1da4ac5 Task: #53687 Align cfg brace style to project conventions 2026-03-26 12:10:55 +01:00
227de9ac07 Task: #53687 Replace --site/--directory-name with --siteDir and add JSON batch input
- Changed site targeting from --site, --directory-name, --directoryName to --siteDir
- Added write -i <json> for multi-setting input
- Added support for inline JSON string values in write
- Updated help/examples to generic placeholders
- Extended tests for new arguments and validations (all passing)
2026-03-26 11:28:58 +01:00
adf5a98768 Task: #53687 Handle missing mode fallback and add no-mode cfg tests 2026-03-26 10:10:26 +01:00
2737ec1d65 Task: #53687 Support instance-specific cfg write targets and add coverage 2026-03-26 10:10:26 +01:00