Command | Short | Parameter | Range | Example |
---|---|---|---|---|
match_string _update | .msu | value | string within single quotes | msu.value 'match_value' |
match_string _update | .msu | tool | string within single quotes | msu.tool 'barcode' .value 'match_value' command:msu,ok |
match_string _update | .msu | match_mode | STRING_EXACT STRING_CONTAINS REGEX DISABLED | msu .match_mode STRING_EXACT .value 'match_value' command:msu,ok |
match_string _update | .msu | persistent | true/false | msu .persistent true .value 'match_value' command:msu,ok |
match_string _update | .msu | format | PLAIN BASE64 | msu.format PLAIN .value 'match_value' command:msu,ok |
match_string _update | .msu | - | - | example using all parameters: match_string_update .tool 'barcode' .match_mode STRING_EXACT .persistent true .format PLAIN . value 'string match' command:msu,ok |