Processes a batch of configtool commands from a multi-line script string.
Each line is executed sequentially against the configuration. Returns the
final updated configuration JSON string.
Parameters
configJson: string
The current configuration as a JSON string.
script: string
A newline-delimited string of configtool commands.
Returns string
The updated configuration JSON string after all commands execute.
Processes a batch of configtool commands from a multi-line script string. Each line is executed sequentially against the configuration. Returns the final updated configuration JSON string.