@zuplo/cli
Advanced tools
Comparing version 6.10.1 to 6.11.0
@@ -19,2 +19,7 @@ import { captureEvent } from "../common/analytics/lib.js"; | ||
}) | ||
.option("bundled-script", { | ||
type: "string", | ||
describe: "The .js file representing a built zup. Use to skip build and bundling.", | ||
hidden: true, | ||
}) | ||
.option("port", { | ||
@@ -21,0 +26,0 @@ type: "number", |
export interface Arguments { | ||
dir: string; | ||
"bundled-script": string; | ||
port: number; | ||
@@ -4,0 +5,0 @@ "binary-name": string; |
@@ -31,2 +31,3 @@ import dotenv from "dotenv"; | ||
sourceDirectory, | ||
bundledScript: argv["bundled-script"], | ||
port: zupPort, | ||
@@ -33,0 +34,0 @@ binaryName: argv["binary-name"], |
{ | ||
"name": "@zuplo/cli", | ||
"version": "6.10.1", | ||
"version": "6.11.0", | ||
"repository": "https://github.com/zuplo/zuplo", | ||
@@ -32,5 +32,5 @@ "author": "Zuplo, Inc.", | ||
"@swc/core": "1.7.6", | ||
"@zuplo/core": "^6.10.1", | ||
"@zuplo/core": "^6.11.0", | ||
"@zuplo/pino-pretty-configurations": "^1.5.0", | ||
"@zuplo/runtime": "^6.10.1", | ||
"@zuplo/runtime": "^6.11.0", | ||
"chalk": "^5.3.0", | ||
@@ -37,0 +37,0 @@ "chokidar": "^3.5.3", |
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 not supported yet
3953756
17825
Updated@zuplo/core@^6.11.0
Updated@zuplo/runtime@^6.11.0