1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/local-cli/cli.json

58 lines
992 B
JSON
Raw Normal View History

2016-02-14 00:04:42 +08:00
{
"useCommand": true,
"defaultCommand": "help",
"commands": {
"login":{
"options": {
"username": {
}
}
2016-02-14 16:47:58 +08:00
},
"logout": {
},
"me": {
2016-02-14 00:04:42 +08:00
},
"help": {
2016-02-23 00:36:23 +08:00
},
"use": {
"description": "Select app created on web and create token for future release."
},
"build": {
"description": "Bundle javascript and copy assets."
},
"bundle": {
"description": "Bundle javascript code only."
},
"release": {
"description": "Push builded file to server."
2016-02-14 00:04:42 +08:00
}
},
"globalOptions":{
2016-02-23 00:36:23 +08:00
"dev": {
"default": false
},
"platform": {
"hasValue": true
},
"entryFile": {
"default": "index.${platform}.js",
"hasValue": true
},
"intermediaDir": {
"default": "build/intermedia/${platform}",
"hasValue": true
},
"output": {
2016-02-23 18:49:53 +08:00
"default": "build/output/${platform}.${hash}.ppk",
2016-02-23 00:36:23 +08:00
"hasValue": true
},
"verbose": {
}
2016-02-14 00:04:42 +08:00
}
2016-02-23 00:36:23 +08:00
}