pm2 logs [app-name] # 显示指定应用程序的日志 $ pm2 flush $ pm2 stop all # 停止所有的应用程序 $ pm2 stop 0 # 停止id为0的指定应用程序
確定! 回上一頁