biz-a-cli 2.3.17 → 2.3.19

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 +18 -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.19",
5
5
  "versionDev": "0.0.30",
6
6
  "description": "",
7
7
  "main": "bin/index.js",
package/readme.md CHANGED
@@ -1,8 +1,9 @@
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
4
3
 
5
- a. Using Static IP
4
+ ## I. Add BizA App
5
+
6
+ ### a. Using Static IP
6
7
 
7
8
  BizA Add -s [IP of FINA API] -p [default: 212] -i [dbindex] -d [full or relative path to app folder]
8
9
 
@@ -10,29 +11,29 @@ I. Add BizA App
10
11
  BizA add -s http://192.168.1.1 -i 2 -d “c:\biza templates\imamatek”
11
12
  BizA Add -s http://192.168.1.1 -p 1205 -i 2 -d “c:\biza templates\imamatek”
12
13
 
13
- b. Using BizA Hub
14
+ ### b. Using BizA Hub
14
15
 
15
16
  BizA Add -s [BizA Hub Server] -i [dbindex] --sub [subdomain of BizA Hub Server] -d [full or relative path to app folder]
16
17
 
17
18
  Example :
18
19
  BizA Add -s https://biz-a.hub.com -i 2 –-sub imm -d “c:\biza templates\imamatek”
19
20
 
20
- c. Using Domain / Sub Domain
21
+ ### c. Using Domain / Sub Domain
21
22
 
22
23
  BizA Add -s [Domain] -i [dbindex] -d [full or relative path to app folder]
23
24
 
24
25
  Example:
25
26
  BizA Add-s https://my.domain.com -i 2 -d “c:\biza templates\imamatek”
26
27
 
27
- To get list of full argument, please type
28
+ ### To get list of full argument, please type
28
29
 
29
30
  BizA Add --help
30
31
 
31
32
 
32
33
 
33
- II. Remove BizA App
34
+ ## II. Remove BizA App
34
35
 
35
- a. Using Static IP
36
+ ### a. Using Static IP
36
37
 
37
38
  BizA remove -s [IP of FINA API] -p [default: 212] -i [dbindex] -n [appname | multiple appname]
38
39
 
@@ -41,20 +42,25 @@ II. Remove BizA App
41
42
  BizA Remove -s http://192.168.1.1 -p 1205 -i 2 -n “imamatek”
42
43
  BizA Remove -s http://192.168.1.1 -p 1205 -i 2 -n “imamatek, spos”
43
44
 
44
- b. Using BizA Hub
45
+ ### b. Using BizA Hub
45
46
 
46
47
  BizA Remove -s [BizA Hub Server] -i [dbindex] --sub [subdomain of BizA Hub Server] -n [appname | multiple appname]
47
48
 
48
49
  Example :
49
50
  BizA Remove -s https://biz-a.hub.com -i 2 –sub imm -n “imamatek”
50
51
 
51
- c. Using Domain / Sub Domain
52
+ ### c. Using Domain / Sub Domain
52
53
 
53
54
  BizA Remove -s [Domain] -i [dbindex] -n [appname | multiple appname]
54
55
 
55
56
  Example:
56
57
  BizA Remove -s https://my.domain.com -i 2 -n “imamatek”
57
58
 
58
- To get list of full argument, please type
59
+ >[!Tip]
60
+ >### To get list of full argument
61
+ > BizA Add --help
62
+
63
+
59
64
 
60
- BizA Add --help
65
+ >[!CAUTION]
66
+ >**The *uploadBizA*, *uploadApp*, *deleteApp* commands are deprecated and will be removed in the future.**