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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usf-cli",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "usf-cli helps uos stateless function developers with local running, boosting their development efficiency.",
5
5
  "main": "index.js",
6
6
  "bin": {