@saucelabs/visual
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
getApi | ||
} from "./chunk-MVFU43YZ.js"; | ||
} from "./chunk-T36IEW2P.js"; | ||
import "./chunk-3IT7HMR5.js"; | ||
@@ -93,4 +93,7 @@ | ||
console.info(`Build ${build.id} created`); | ||
if (options2.url === true) { | ||
console.info(`URL: ${build.url}`); | ||
} | ||
}; | ||
var buildCreateCommand = () => new Command().name("create").description("Creates a Sauce Visual build").addOption(regionOption).requiredOption("-n, --name <name>").addOption(customIdOption).option("--branch <branch>").option("--default-branch <defaultBranch>").option("-p, --project <project>").action(buildCreate); | ||
var buildCreateCommand = () => new Command().name("create").description("Creates a Sauce Visual build").addOption(regionOption).requiredOption("-n, --name <name>").addOption(customIdOption).option("--branch <branch>").option("--default-branch <defaultBranch>").option("-p, --project <project>").option("-u, --url", "display build URL after creation").action(buildCreate); | ||
var buildFinish = async (_, cmd) => { | ||
@@ -97,0 +100,0 @@ const options2 = cmd.optsWithGlobals(); |
@@ -46,3 +46,3 @@ import { | ||
selectiveRegionsToRegionInSync | ||
} from "./chunk-MVFU43YZ.js"; | ||
} from "./chunk-T36IEW2P.js"; | ||
import "./chunk-3IT7HMR5.js"; | ||
@@ -49,0 +49,0 @@ |
{ | ||
"name": "@saucelabs/visual", | ||
"description": "JS client bindings for Sauce Labs Visual", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"main": "build/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2221469
54333