wd-deploy-plugin
使用 VSCODE 部署你的 port 应用
Features
- [x] 一键部署
- [x] 一键停止
- [x] 多环境部署
- [x] 多项目部署
- [x] 进度提示
- [x] CDN图片上传
- [ ] 部署日志
Feature Preview
portal应用部署
CDN图片上传
Requirements
macOS: 12.3.1(Monterey)
VS CODE: 1.67.0-insider (Universal)
Node.js: 16.13.0
其他环境暂未测试
注意:请在集团内网环境使用本功能
Usages
- To deploy
- use shortcut
Command(Ctrl)+Shift+P
- select a project(if necessary)
- select deploy env(if necessary,default is
daily )
- or click the statusbar
daily or pre
方式一:
方式二:
- To change default env
- use shortcut
Command(Ctrl)+Shift+P
- type
Default Deploy Env , then press Return
- select a env from dropdown options
Extension Settings
配置默认部署环境
{
"DeployPlugin.DefaultEnv": "daily"
}
Known Issues
如果你有任何问题或者建议,请提交issue
Release Notes
点击这里查看查看
Contribution
复制仓库,欢迎提交 PR
| |