In the CLI, there will be a prompt that asks for the mongodb uri, sometimes it's better to hide it, for that @inquirer/prompts has a function just like input called as password. Hence, just replace input with password for the prompt which asks for mongodb uri and any other sensitive data.
In the CLI, there will be a prompt that asks for the mongodb uri, sometimes it's better to hide it, for that
@inquirer/promptshas a function just likeinputcalled aspassword. Hence, just replaceinputwithpasswordfor the prompt which asks for mongodb uri and any other sensitive data.