Update a record from cli

Theory

db.users.update({QUERY},{UPDATE})

Example

db.users.update({"username":"sij"},{$set:{"role":"changer"}})