usf-cli 1.2.4 → 1.2.5
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -78,6 +78,7 @@ Usage:
|
|
|
78
78
|
-r --f=<function-name> --e=<event-dir> run function <function-name> with specified event data
|
|
79
79
|
-a --id=<app-id> --secret=<service-secret> set app id and service secret for this project (used for generating auth token)
|
|
80
80
|
-d upload current stateless functions to UOS platform with UOS auth and deploy automatically
|
|
81
|
+
-d --installDependency upload current stateless functions to UOS platform with UOS auth and deploy automatically (auto install dependency)
|
|
81
82
|
|
|
82
83
|
Supported template code:
|
|
83
84
|
crud_mongo template function code for uos crud(mongo db version)
|