whistle学习(二)之启动、停止、重启、更新whistle等命令
新版本的whistle支持三种等价命令whistle
,w2
,wproxy
启动whistle
w2 start
启动时指定端口
w2 start -p 8899(// 不设置端口默认使用8899)
默认端口为8899,如果端口被占用,要修改端口号,可以通过 -p
来指定新的端口号
停止whistle
w2 stop
重启whistle
w2 restart
更新whistle
sudo npm install whistle -g
查看帮助
w2 -h
或
w2 --help