Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Meteor中,是否可以使用命令提示符列出用户_Meteor_Meteor Accounts - Fatal编程技术网

在Meteor中,是否可以使用命令提示符列出用户

在Meteor中,是否可以使用命令提示符列出用户,meteor,meteor-accounts,Meteor,Meteor Accounts,是否可以使用命令提示符列出所有meteor用户、各自的密码和所有相关数据?我尝试打开meteor shell并运行“Accounts.find”和“Accounts.\u accountData”,但都没有返回我要查找的内容。通过meteor shell从终端: 流星壳将打开流星壳 Meteor.users.find().fetch()将查找所有用户和相应的数据 从终点站通过meteor mongo: meteor mongo将打开mongo外壳 db.users.find()将在mongo中查

是否可以使用命令提示符列出所有meteor用户、各自的密码和所有相关数据?我尝试打开meteor shell并运行“Accounts.find”和“Accounts.\u accountData”,但都没有返回我要查找的内容。

通过meteor shell从终端:

  • 流星壳
    将打开流星壳

  • Meteor.users.find().fetch()
    将查找所有用户和相应的数据

  • 从终点站通过meteor mongo:

  • meteor mongo
    将打开mongo外壳

  • db.users.find()
    将在mongo中查找所有用户和相应的数据


  • 从终端通过流星外壳:

  • 流星壳
    将打开流星壳

  • Meteor.users.find().fetch()
    将查找所有用户和相应的数据

  • 从终点站通过meteor mongo:

  • meteor mongo
    将打开mongo外壳

  • db.users.find()
    将在mongo中查找所有用户和相应的数据