我在ZF2上有一个完全运行的mvc应用程序。我想从命令行运行一些操作。我已经正确设置了我的控制台路由和其他环境。当我从CLI运行我的应用程序时,我得到了这样的权限被拒绝的异常:'YouarenotauthorizedtoaccessGeneratePdf\Controller\GeneratePdf\GeneratePdf:generate-all'in/var/www/zf2-reporting/module/BjyAuthorize/src/BjyAuthorize/Guard/Controller.php:172我的数据库中已经有一些用户。我如何使用这些凭据授权CLI用户运行