@journeyapps/cloudcode-build-legacy
Advanced tools
Comparing version 0.0.0-dev.2b3e822 to 0.0.0-dev.2ea575b
@@ -14,4 +14,3 @@ #!/usr/bin/env node | ||
.option('task', { string: true, demandOption: true }) | ||
//TODO: option for zip output target | ||
.option('runInstallScripts', { default: false }) // FIXME: is it safe to default this to true in the build-agent context? | ||
.option('runInstallScripts', { default: false }) | ||
// TODO: investigate yargs.config() for reading task config blob from a file. But how to ensure required args? | ||
@@ -23,3 +22,2 @@ .option('appId', { string: true, demandOption: true, describe: "CloudCode's reference id" }) | ||
}, handled(async (argv) => { | ||
// FIXME: errors are being eaten here, and always returning success. | ||
(0, index_1.handle)({ | ||
@@ -26,0 +24,0 @@ appPath: argv.src, |
{ | ||
"name": "@journeyapps/cloudcode-build-legacy", | ||
"version": "0.0.0-dev.2b3e822", | ||
"description": "Port of the Lambda-based stack-versioned/build-svc.", | ||
"version": "0.0.0-dev.2ea575b", | ||
"description": "Port of JourneyApps CloudCode's legacy build tooling.", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bin": { | ||
@@ -6,0 +9,0 @@ "cloudcode-build-legacy": "./bin.js" |
Sorry, the diff of this file is not supported yet
39674
579