Hi,
I wonder if anyone ever used a post
hook to access mongo via its shell.
The plugin API is not really documented and I have hard time to figure how to get into mongo from it. Something along the lines of :
hooks": {
"post.mongo.start" (api)
{
const config = api.getConfig();
console.log(config);
}
}