@bxjs/bxjs-cli
Advanced tools
Comparing version 1.0.7 to 1.0.12
@@ -5,5 +5,5 @@ #!/usr/bin/env node | ||
// 自适应特征为判断运行环境是否是linux系统即可!! | ||
const env = 'xxx' | ||
// const env = 'xxx' | ||
// 根据环境不同自动加载不同的命令体系host还是target | ||
console.log('adfasfa') | ||
console.log('adfasfa', __filename) |
#!/usr/bin/env node | ||
declare const env = "xxx"; |
#!/usr/bin/env node | ||
const env = 'xxx'; | ||
// 根据环境不同自动加载不同的命令体系host还是target | ||
console.log('adfasfa'); | ||
console.log('adfasfa', __filename); | ||
//# sourceMappingURL=cli.js.map |
{ | ||
"name": "@bxjs/bxjs-cli", | ||
"version": "1.0.7", | ||
"version": "1.0.12", | ||
"description": "bxjs command line interface (docker remote command wrapper)", | ||
"bin": { | ||
"bxjs": "./command.sh" | ||
"bxjs": "./dist/app/bin/cli.js" | ||
}, | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3154
62