This extension help Biz-A Developers manage and deploy Biz-A applications.
Features
Automatic Deployment for Biz-A template, menu and library.
For example, if you edit a template file in VScode and save it, the changes will be immediately reflected in Biz-A.
This eliminates the need to upload the app first via Biz-A CLI, then reload the Biz-A application in the browser.
"biz-a-dev-tools.cliAddress". It must be point to BizA CLI address (protocol://location:port).
"biz-a-dev-tools.hubAddress". It must be point to BizA Hub address.
"biz-a-dev-tools.subDomain". Biz-A sub domain.
"biz-a-dev-tools.alwaysUpdateAppList". It can be turned off to speed up deployment time
Known Issues
When using the VScode web version, sometimes it takes a long time to save a file.
Usage
Step to activate deployment :
Activate Biz-A CLI.
Login to your Biz-A, with administrator privilege. Turn on the deployment feature (Admin - Setting).
Open Visual Code editor desktop or web, then install this extension.
Set deployment server (and subDomain if using Biz-A Hub) address at extension setting
Open one or more files in the Biz-A application folder. Change or edit the contents of the file and save it. These changes will be immediately reflected in Biz-A at your browser.
Release Notes
Hope this tool can help to increase the productivity of Biz-A developers.