@ibm/ixora 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
IXORA_DIR,
|
|
7
7
|
SYSTEMS_CONFIG,
|
|
8
8
|
readSystems
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VCQRSQ4F.js";
|
|
10
10
|
|
|
11
11
|
// src/lib/compose.ts
|
|
12
12
|
import { execa as execa2 } from "execa";
|
|
@@ -160,6 +160,7 @@ services:
|
|
|
160
160
|
AUTH_ENABLED: "false"
|
|
161
161
|
MCP_AUTH_MODE: "none"
|
|
162
162
|
IXORA_ENABLE_BUILDER: "true"
|
|
163
|
+
A2A_INTERFACE: \${A2A_INTERFACE:-false}
|
|
163
164
|
DB2i_HOST: \${SYSTEM_${idUpper}_HOST}
|
|
164
165
|
DB2i_USER: \${SYSTEM_${idUpper}_USER}
|
|
165
166
|
DB2i_PASS: \${SYSTEM_${idUpper}_PASS}
|
|
@@ -13,7 +13,7 @@ import { dirname as dirname2 } from "path";
|
|
|
13
13
|
// src/lib/constants.ts
|
|
14
14
|
import { homedir } from "os";
|
|
15
15
|
import { join } from "path";
|
|
16
|
-
var SCRIPT_VERSION = "0.1.
|
|
16
|
+
var SCRIPT_VERSION = "0.1.3";
|
|
17
17
|
var HEALTH_TIMEOUT = 30;
|
|
18
18
|
var IXORA_DIR = join(homedir(), ".ixora");
|
|
19
19
|
var COMPOSE_FILE = join(IXORA_DIR, "docker-compose.yml");
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
waitForHealthy,
|
|
23
23
|
warn,
|
|
24
24
|
writeComposeFile
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-4XGJZZ73.js";
|
|
26
26
|
import {
|
|
27
27
|
COMPOSE_FILE,
|
|
28
28
|
ENV_FILE,
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
systemIdExists,
|
|
40
40
|
updateEnvKey,
|
|
41
41
|
writeEnvFile
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-VCQRSQ4F.js";
|
|
43
43
|
|
|
44
44
|
// src/cli.ts
|
|
45
45
|
import { Command } from "commander";
|
|
@@ -703,7 +703,7 @@ async function cmdInstall(opts) {
|
|
|
703
703
|
writeEnvFile(envConfig);
|
|
704
704
|
success("Wrote .env");
|
|
705
705
|
if (systemIdExists("default")) {
|
|
706
|
-
const { removeSystem: removeSystem2 } = await import("./systems-
|
|
706
|
+
const { removeSystem: removeSystem2 } = await import("./systems-KIQ3KFX3.js");
|
|
707
707
|
removeSystem2("default");
|
|
708
708
|
}
|
|
709
709
|
addSystem({
|
|
@@ -931,7 +931,7 @@ async function cmdSystemAdd() {
|
|
|
931
931
|
default: true
|
|
932
932
|
});
|
|
933
933
|
if (shouldRestart) {
|
|
934
|
-
const { cmdRestart: cmdRestart2 } = await import("./restart-
|
|
934
|
+
const { cmdRestart: cmdRestart2 } = await import("./restart-7ECL2NPC.js");
|
|
935
935
|
await cmdRestart2({});
|
|
936
936
|
} else {
|
|
937
937
|
console.log(` Restart to apply: ${bold("ixora restart")}`);
|