How do I get meteor shell output to be more verbose?
问题 I am using meteor shell, however, it seems to hide certain details, making it a pain to inspect. > Meteor.users.find().fetch() { "_id": "someidgoeshere", "emails": [ [Object] ], "profile": {}, "services": [ [Object] ] } I looked into the source and found a REPL, checked the .help prompt. I looked in the documentation and didn't even find "shell" listed in the CLI. Is there a way to run Meteor shell with some sort of verbose option, such that it displays ALL the json? 回答1: Well, if you want to