How to update a document with cblite utility

Hi

I use cblite utility for analyse some data with then “select” option.
(couchbase-mobile-tools/README.cblite.md at master · couchbaselabs/couchbase-mobile-tools · GitHub)

But i want too update some attributes from a document like we can do in N1QL.
I don’t understand all the documentation and I would like to find some examples to realize an simply update like the N1QL query below.
update bucket
set att1=‘xxx’ , atrr2=‘newCalue’
where meta().id=‘monId’

Thank you for your help

Sorry, only SELECT is supported in mobile n1ql right now. You cannot modify this way. Currently no plans to add write support.