fis-command-release
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.1.0", | ||
"version" : "0.1.1", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -96,7 +96,7 @@ /* | ||
commander | ||
.option('-d, --dest <names>', 'release output destination', String, 'output') | ||
.option('-d, --dest <names>', 'release output destination', String, 'preview') | ||
.option('-w, --watch', 'monitor the changes of project') | ||
.option('-c, --clean', 'clean cache before releasing') | ||
.option('-t, --type <ext>', 'resouce map type', String, 'php') | ||
.option('-m, --md5 <level>', 'md5 release option', parseInt, 1) | ||
.option('-m, --md5 <level>', 'md5 release option', parseInt, 0) | ||
.option('-D, --domain', 'add domain', Boolean, false) | ||
@@ -103,0 +103,0 @@ .option('-H, --no-hint', 'without hint', Boolean, true) |
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
7647