jitsu-build-scripts
Advanced tools
Comparing version 0.0.4-dev.629.20240202113740 to 0.0.4-dev.630.20240202114038
@@ -15,10 +15,3 @@ "use strict"; | ||
.addArgument(new commander_1.Argument("[dir]", "directory of project to build. Must contain all.Dockerfile file")) | ||
.addOption(new commander_1.Option("-t, --targets <targets...>", "list of targets to build").choices([ | ||
"console", | ||
"rotor", | ||
"bulker", | ||
"ingest", | ||
"syncctl", | ||
"sidecar", | ||
])) | ||
.addOption(new commander_1.Option("-t, --targets <targets...>", "list of Dockerfile targets to build.")) | ||
.option("-v, --version <semver>", "base version of release in semver format. Required for the first release or version bumps.") | ||
@@ -25,0 +18,0 @@ .addOption(new commander_1.Option("--release <tag>", "docker release tag to use").default("beta").choices(["beta", "latest"])) |
{ | ||
"name": "jitsu-build-scripts", | ||
"version": "0.0.4-dev.629.20240202113740", | ||
"version": "0.0.4-dev.630.20240202114038", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "author": "Jitsu Dev Team <dev@jitsu.com>", | ||
"webpack": "^5.88.2", | ||
"juava": "0.0.4-dev.629.20240202113740" | ||
"juava": "0.0.4-dev.630.20240202114038" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
@@ -17,12 +17,3 @@ import { Command, Option, Argument } from "commander"; | ||
.addArgument(new Argument("[dir]", "directory of project to build. Must contain all.Dockerfile file")) | ||
.addOption( | ||
new Option("-t, --targets <targets...>", "list of targets to build").choices([ | ||
"console", | ||
"rotor", | ||
"bulker", | ||
"ingest", | ||
"syncctl", | ||
"sidecar", | ||
]) | ||
) | ||
.addOption(new Option("-t, --targets <targets...>", "list of Dockerfile targets to build.")) | ||
.option( | ||
@@ -29,0 +20,0 @@ "-v, --version <semver>", |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
907653
12405