【发布时间】:2015-06-11 22:42:53
【问题描述】:
我使用的是流星壳,但是它似乎隐藏了某些细节,检查起来很痛苦。
> Meteor.users.find().fetch()
{
"_id": "someidgoeshere",
"emails": [ [Object] ],
"profile": {},
"services": [ [Object] ]
}
我查看了源代码和found a REPL,检查了.help 提示。我查看了documentation and didn't even find "shell" listed in the CLI。
有没有办法使用某种详细选项运行 Meteor shell,以便显示所有 json?
【问题讨论】: