biz-a-cli

2.3.42 • Public • Published

This package is used to setup applications within your Biz-A Platform

I. Add BizA App

a. Using Static IP

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”

b. Using BizA Hub

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”

c. Using Domain / Sub Domain

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

II. Remove BizA App

a. Using Static IP

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”

b. Using BizA Hub

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”

c. Using Domain / Sub Domain

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.

Readme

Keywords

none

Package Sidebar

Install

npm i biz-a-cli

Weekly Downloads

56

Version

2.3.42

License

ISC

Unpacked Size

540 kB

Total Files

43

Last publish

Collaborators

  • sachli