platform_build_blueprint/bpmodify
Jooyung Han 451dd63611 bpmodify: -add-literal to add a value to the list
-a works with only string values. When we need to add numbers, booleans,
or even structs, -add-literal can be used now.

  bpmodify -m foo -property list-of-ints -add-literal 123
  bpmodify -m foo -property list-of-structs \
    -add-literal "{key: \"value\"}"

Bug: 146436251
Test: go test ./bpmodify
Change-Id: I91d23d7bf89491643aa595f5ebccd9410a9cbb09
2022-02-09 11:16:02 +09:00
..
bpmodify.go bpmodify: -add-literal to add a value to the list 2022-02-09 11:16:02 +09:00
bpmodify_test.go bpmodify: -add-literal to add a value to the list 2022-02-09 11:16:02 +09:00