BizA add -s [IP of FINA API] -p [default: 212] -i [dbindex] -d [full or relative path to app folder]
Example :
BizA add -s http://192.168.1.1 -i 2 -d “c:\biza templates\imamatek”
BizA add -s http://192.168.1.1 -p 1205 -i 2 -d “c:\biza templates\imamatek”
BizA add -s [BizA Hub Server] -i [dbindex] --sub [subdomain of BizA Hub Server] -d [full or relative path to app folder]
Example :
BizA add -s https://biz-a.hub.com -i 2 –-sub imm -d “c:\biza templates\imamatek”
BizA add -s [Domain] -i [dbindex] -d [full or relative path to app folder]
Example:
BizA add -s https://my.domain.com -i 2 -d “c:\biza templates\imamatek”
[!TIP] BizA add --help
BizA remove -s [IP of FINA API] -p [default: 212] -i [dbindex] -n [appname | multiple appname]
Example :
BizA remove -s http://192.168.1.1 -i 2
BizA remove -s http://192.168.1.1 -p 1205 -i 2 -n “imamatek”
BizA remove -s http://192.168.1.1 -p 1205 -i 2 -n “imamatek, spos”
BizA remove -s [BizA Hub Server] -i [dbindex] --sub [subdomain of BizA Hub Server] -n [appname | multiple appname]
Example :
BizA remove -s https://biz-a.hub.com -i 2 –sub imm -n “imamatek”
BizA remove -s [Domain] -i [dbindex] -n [appname | multiple appname]
Example:
BizA remove -s https://my.domain.com -i 2 -n “imamatek”
[!TIP] BizA remove --help
[!CAUTION] The uploadBizA, uploadApp, deleteApp commands are deprecated and will be removed in the future.