Is there a way we can avoid commit for cli config

my project requirement is such that , in most cases i have to execute each command with out commit
is there a way to do the same ?

for example i have to configure ip address i have to do

interface x
ip address x.x.x.x 255.255.255.0
commit

instead i should be able to do

interface x
ip address x.x.x.x 255.255.255.0

without a commit

action callpoint wont help as it wont store in cdb

please help

You can set /confdConfig/cli/transactions to “false” in confd.conf. But IMHO you will remove a very important feature by doing so…

can we have implicit commit for few commands ?