floodesh-cli
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -17,2 +17,4 @@ | ||
.option('-n, --name [name]','app name, should be same with that in package.json') | ||
.option('-u, --user [uname]','uid that run as', "root") | ||
.option('-g, --group [gname]', 'group name that user in',"root") | ||
.option('-d, --appDir [appDir]', 'specify the directory path of the app to run', process.cwd() ) | ||
@@ -28,3 +30,3 @@ .option('-h, --host [host]','specify the host of daemon', '127.0.0.1') | ||
// connection established | ||
let options = {mode: program.mode, appDir: program.appDir, name: program.name}; | ||
let options = {mode: program.mode, appDir: program.appDir, name: program.name, user:program.user,group:program.group}; | ||
if(program.argv){ | ||
@@ -31,0 +33,0 @@ options.argv = program.argv.split(/\s+/g); |
{ | ||
"name": "floodesh-cli", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "a cli tool for floodesh", | ||
@@ -14,3 +14,3 @@ "bin": "./bin/floodesh", | ||
"commander": "^2.9.0", | ||
"floodesh-daemon":"0.0.5" | ||
"floodesh-daemon":"^0.0.5" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17316
359
Updatedfloodesh-daemon@^0.0.5