biz-a-cli 2.3.18 → 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 +8 -4
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.18",
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,4 +1,5 @@
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
 
3
4
  ## I. Add BizA App
4
5
 
@@ -55,8 +56,11 @@
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
+
59
63
 
60
- BizA Add --help
61
64
 
62
- :warning: $${\color{red}**The *uploadBizA*, *uploadApp*, *deleteApp* commands are deprecated and will be removed in the future.**}$$
65
+ >[!CAUTION]
66
+ >**The *uploadBizA*, *uploadApp*, *deleteApp* commands are deprecated and will be removed in the future.**