Dav*_*eto 0 meteor meteor-accounts
是否可以使用命令提示符列出所有流星用户,相应的密码和所有相关数据?我试过打开meteor shell并运行'Accounts.find'和'Accounts._accountData',但都没有返回我正在寻找的东西.
从终端通过流星壳:
meteor shell
将打开流星壳
Meteor.users.find().fetch()
将找到所有用户和相应的数据
从终端通过meteor mongo:
meteor mongo
将打开mongo shell
db.users.find()
将在mongo中找到所有用户和相应的数据
归档时间: |
|
查看次数: |
285 次 |
最近记录: |