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.
- package/package.json +1 -1
- package/readme.md +8 -4
package/package.json
CHANGED
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
|
-
|
|
59
|
+
>[!Tip]
|
|
60
|
+
>### To get list of full argument
|
|
61
|
+
> BizA Add --help
|
|
62
|
+
|
|
59
63
|
|
|
60
|
-
BizA Add --help
|
|
61
64
|
|
|
62
|
-
|
|
65
|
+
>[!CAUTION]
|
|
66
|
+
>**The *uploadBizA*, *uploadApp*, *deleteApp* commands are deprecated and will be removed in the future.**
|