json icon indicating copy to clipboard operation
json copied to clipboard

command line if value has a space lookups cannot be specified with in-place editing

Open radovanobal opened this issue 3 years ago • 0 comments

there is a issue where the set value command throws json: error: lookups cannot be specified with in-place editing (-I/--in-place), too easy to lose content if the value has a space character.

example command json -I -f pbiviz.json -e this.visual.version='%VERSION% %TASKS%'

works as: json -I -f pbiviz.json -e this.visual.version='%VERSION%_%TASKS%'

radovanobal avatar Jul 09 '21 16:07 radovanobal