Swoft-cli

作者: 可望不可j | 来源:发表于2021-05-20 09:51 被阅读0次

    wget https://github.com/swoft-cloud/swoft-cli/releases/download/{VERSION}/swoftcli.phar

    wget https://github.com/swoft-cloud/swoft-cli/releases/download/v0.2.1/swoftcli.phar

    注意:你需要替换 {VERSION} 部分为最新版本。

    当代码更新时,自动重启

    php swoftcli.phar run -h

    # 如果已经放到了全局PATH里,可用这样使用

    swoftcli run -h

     #查看swoftcli.phar工具中的serve命令的使用帮助 

    php swoftcli.phar serve -h 

    #查看swoftcli.phar工具中的serve:run命令的使用帮助 

     php swoftcli.phar serve:run -h 

    #使用swoftcli.phar工具来启动swoft服务,并对文件进行监视,监视到文件有更改的话,则重启swoft服务,该命令默认启动的是http和rpc服务 

    php swoftcli.phar serve:run 

    #使用swoftcli.phar工具来启动swoft中的websocket服务,并对文件进行监视   

    php swoftcli.phar serve:run -c ws:start   

    #使用示例(可自动重启http服务)

    php swoftcli.phar run -c http:start -b bin/swoft

    相关文章

      网友评论

          本文标题:Swoft-cli

          本文链接:https://www.haomeiwen.com/subject/pzkazhtx.html