@ganakailabs/cloudeval-cli 0.26.9 → 0.26.10
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.
- package/dist/{App-4NDMTVMJ.js → App-RQYQISZ6.js} +2 -2
- package/dist/{Banner-LP37NIKI.js → Banner-AMIGQPVN.js} +2 -2
- package/dist/{chunk-NCMNBZG7.js → chunk-IVGJTC5I.js} +1 -1
- package/dist/{chunk-6TCB66QU.js → chunk-MDLBOB5A.js} +1 -1
- package/dist/cli.js +11 -6
- package/package.json +1 -1
- package/sbom.spdx.json +1 -1
|
@@ -38,10 +38,10 @@ import {
|
|
|
38
38
|
} from "./chunk-2OLI5VOG.js";
|
|
39
39
|
import {
|
|
40
40
|
Banner
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-MDLBOB5A.js";
|
|
42
42
|
import {
|
|
43
43
|
CLI_VERSION
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-IVGJTC5I.js";
|
|
45
45
|
import {
|
|
46
46
|
raisedButtonStyle,
|
|
47
47
|
terminalTheme
|
package/dist/cli.js
CHANGED
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
} from "./chunk-2OLI5VOG.js";
|
|
37
37
|
import {
|
|
38
38
|
CLI_VERSION
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-IVGJTC5I.js";
|
|
40
40
|
|
|
41
41
|
// src/runtime/prepareInk.ts
|
|
42
42
|
import fs from "fs";
|
|
@@ -3020,13 +3020,18 @@ var buildMarkdownSummary = (data) => {
|
|
|
3020
3020
|
);
|
|
3021
3021
|
}
|
|
3022
3022
|
if (cost?.amount !== void 0 || cost?.threshold !== void 0) {
|
|
3023
|
+
const costLines = [`- Monthly estimate: ${formatMoney(cost?.amount, cost?.currency)}`];
|
|
3024
|
+
if (data.gate?.cost?.estimatedSavings?.amount !== void 0) {
|
|
3025
|
+
costLines.push(
|
|
3026
|
+
`- Estimated savings: ${formatMoney(data.gate.cost.estimatedSavings.amount, data.gate.cost.estimatedSavings.currency)}`
|
|
3027
|
+
);
|
|
3028
|
+
}
|
|
3023
3029
|
lines.push(
|
|
3024
3030
|
"",
|
|
3025
3031
|
"<details>",
|
|
3026
3032
|
"<summary>Cost details</summary>",
|
|
3027
3033
|
"",
|
|
3028
|
-
|
|
3029
|
-
data.gate?.cost?.estimatedSavings?.amount !== void 0 ? `- Estimated savings: ${formatMoney(data.gate.cost.estimatedSavings.amount, data.gate.cost.estimatedSavings.currency)}` : void 0,
|
|
3034
|
+
...costLines,
|
|
3030
3035
|
"",
|
|
3031
3036
|
"</details>"
|
|
3032
3037
|
);
|
|
@@ -15040,7 +15045,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
|
|
|
15040
15045
|
const { assertSecureBaseUrl } = await import("./dist-MQQKC6DZ.js");
|
|
15041
15046
|
const [{ render }, { App }] = await Promise.all([
|
|
15042
15047
|
import("ink"),
|
|
15043
|
-
import("./App-
|
|
15048
|
+
import("./App-RQYQISZ6.js")
|
|
15044
15049
|
]);
|
|
15045
15050
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
15046
15051
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -15098,7 +15103,7 @@ program.command("chat").description("Start an interactive chat session").option(
|
|
|
15098
15103
|
const { assertSecureBaseUrl } = await import("./dist-MQQKC6DZ.js");
|
|
15099
15104
|
const [{ render }, { App }] = await Promise.all([
|
|
15100
15105
|
import("ink"),
|
|
15101
|
-
import("./App-
|
|
15106
|
+
import("./App-RQYQISZ6.js")
|
|
15102
15107
|
]);
|
|
15103
15108
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
15104
15109
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -15852,7 +15857,7 @@ Error: ${errorMsg}
|
|
|
15852
15857
|
program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
|
|
15853
15858
|
const { render } = await import("ink");
|
|
15854
15859
|
const BannerPreview = React.lazy(async () => ({
|
|
15855
|
-
default: (await import("./Banner-
|
|
15860
|
+
default: (await import("./Banner-AMIGQPVN.js")).Banner
|
|
15856
15861
|
}));
|
|
15857
15862
|
render(
|
|
15858
15863
|
/* @__PURE__ */ jsx(React.Suspense, { fallback: null, children: /* @__PURE__ */ jsx(BannerPreview, { disable: false }) })
|
package/package.json
CHANGED
package/sbom.spdx.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"SPDXID": "SPDXRef-Package-CloudEval-CLI",
|
|
16
16
|
"name": "CloudEval CLI",
|
|
17
|
-
"versionInfo": "0.26.
|
|
17
|
+
"versionInfo": "0.26.10",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|