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
Showing only changes of commit 56872a04c4 - Show all commits

style: fix indentation

norb 2026-03-30 16:57:58 +02:00
Signed by: norb
GPG key ID: 07FD40171026409B

View file

@ -379,7 +379,7 @@ case 'show':
echo $out.PHP_EOL;
break;
case 'write':
case 'write':
alejandro.sosa marked this conversation as resolved Outdated

probably this one too?

probably this one too?
$inputPayload = $argv->find('in');
if (!$inputPayload && $settings['key'] === '')
{
@ -388,6 +388,7 @@ case 'show':
}
$path = ($settings['key'] !== '') ? explode(':', $settings['key']) : [];
verboseLog($verbose, 'write source: '.($inputPayload ? '--in' : 'SETTING'));
if ($inputPayload)
{
$setting2write = $inputPayload;