fis-command-release
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.3.1", | ||
"version" : "0.3.2", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -96,8 +96,7 @@ /* | ||
.option('-c, --clean', 'clean cache before releasing') | ||
.option('-t, --type <ext>', 'resouce map type', String, 'php') | ||
.option('-m, --md5 <level>', 'md5 release option', parseInt, 0) | ||
.option('-D, --domain', 'add domain', Boolean, false) | ||
.option('-L, --no-lint', 'without lint', Boolean, true) | ||
.option('-O, --no-optimize', 'without optimize', Boolean, true) | ||
.option('-P, --no-pack', 'without package', Boolean, true) | ||
.option('--md5 <level>', 'md5 release option', parseInt, 0) | ||
.option('--domain', 'add domain', Boolean, false) | ||
.option('--lint', 'with lint', Boolean, false) | ||
.option('--optimize', 'with optimize', Boolean, false) | ||
.option('--pack', 'with package', Boolean, true) | ||
.option('--debug', 'debug mode', Boolean, false) | ||
@@ -104,0 +103,0 @@ .action(function(options){ |
9475
219