biz-a-cli 2.3.17 → 2.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +14 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "biz-a-cli",
3
3
  "nameDev": "biz-a-cli-dev",
4
- "version": "2.3.17",
4
+ "version": "2.3.18",
5
5
  "versionDev": "0.0.30",
6
6
  "description": "",
7
7
  "main": "bin/index.js",
package/readme.md CHANGED
@@ -1,8 +1,8 @@
1
- This package is used to setup applications within your Biz-A Platform.
1
+ # **This package is used to setup applications within your Biz-A Platform.**
2
2
 
3
- I. Add BizA App
3
+ ## I. Add BizA App
4
4
 
5
- a. Using Static IP
5
+ ### a. Using Static IP
6
6
 
7
7
  BizA Add -s [IP of FINA API] -p [default: 212] -i [dbindex] -d [full or relative path to app folder]
8
8
 
@@ -10,29 +10,29 @@ I. Add BizA App
10
10
  BizA add -s http://192.168.1.1 -i 2 -d “c:\biza templates\imamatek”
11
11
  BizA Add -s http://192.168.1.1 -p 1205 -i 2 -d “c:\biza templates\imamatek”
12
12
 
13
- b. Using BizA Hub
13
+ ### b. Using BizA Hub
14
14
 
15
15
  BizA Add -s [BizA Hub Server] -i [dbindex] --sub [subdomain of BizA Hub Server] -d [full or relative path to app folder]
16
16
 
17
17
  Example :
18
18
  BizA Add -s https://biz-a.hub.com -i 2 –-sub imm -d “c:\biza templates\imamatek”
19
19
 
20
- c. Using Domain / Sub Domain
20
+ ### c. Using Domain / Sub Domain
21
21
 
22
22
  BizA Add -s [Domain] -i [dbindex] -d [full or relative path to app folder]
23
23
 
24
24
  Example:
25
25
  BizA Add-s https://my.domain.com -i 2 -d “c:\biza templates\imamatek”
26
26
 
27
- To get list of full argument, please type
27
+ ### To get list of full argument, please type
28
28
 
29
29
  BizA Add --help
30
30
 
31
31
 
32
32
 
33
- II. Remove BizA App
33
+ ## II. Remove BizA App
34
34
 
35
- a. Using Static IP
35
+ ### a. Using Static IP
36
36
 
37
37
  BizA remove -s [IP of FINA API] -p [default: 212] -i [dbindex] -n [appname | multiple appname]
38
38
 
@@ -41,20 +41,22 @@ II. Remove BizA App
41
41
  BizA Remove -s http://192.168.1.1 -p 1205 -i 2 -n “imamatek”
42
42
  BizA Remove -s http://192.168.1.1 -p 1205 -i 2 -n “imamatek, spos”
43
43
 
44
- b. Using BizA Hub
44
+ ### b. Using BizA Hub
45
45
 
46
46
  BizA Remove -s [BizA Hub Server] -i [dbindex] --sub [subdomain of BizA Hub Server] -n [appname | multiple appname]
47
47
 
48
48
  Example :
49
49
  BizA Remove -s https://biz-a.hub.com -i 2 –sub imm -n “imamatek”
50
50
 
51
- c. Using Domain / Sub Domain
51
+ ### c. Using Domain / Sub Domain
52
52
 
53
53
  BizA Remove -s [Domain] -i [dbindex] -n [appname | multiple appname]
54
54
 
55
55
  Example:
56
56
  BizA Remove -s https://my.domain.com -i 2 -n “imamatek”
57
57
 
58
- To get list of full argument, please type
58
+ ### To get list of full argument, please type
59
59
 
60
- BizA Add --help
60
+ BizA Add --help
61
+
62
+ :warning: $${\color{red}**The *uploadBizA*, *uploadApp*, *deleteApp* commands are deprecated and will be removed in the future.**}$$