@ganakailabs/cloudeval-cli 0.19.1 → 0.19.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.
package/README.md CHANGED
@@ -9,13 +9,14 @@
9
9
  <a href="https://github.com/ganakailabs/cloudeval-cli/releases"><img alt="release" src="https://img.shields.io/github/v/release/ganakailabs/cloudeval-cli?sort=semver&style=flat-square"></a>
10
10
  <a href="https://github.com/ganakailabs/cloudeval-cli/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/badge/license-CloudEval%20CLI%20License-blue?style=flat-square"></a>
11
11
  <a href="https://docs.cloudeval.ai/reference/cli-overview"><img alt="docs" src="https://img.shields.io/badge/docs-docs.cloudeval.ai-2d6cdf?style=flat-square"></a>
12
+ <a href="https://discord.gg/tk5dcU2a7T"><img alt="Discord" src="https://img.shields.io/badge/Discord-community-5865F2?style=flat-square&logo=discord&logoColor=white"></a>
12
13
  </p>
13
14
 
14
15
  CloudEval CLI brings CloudEval into your terminal, scripts, and agent tools. It
15
16
  supports cloud chat, Agent mode, Agent Profiles, project and report inspection,
16
17
  template validation, recipes, local hooks, and MCP server workflows.
17
18
 
18
- [CloudEval](https://cloudeval.ai) | [Docs](https://docs.cloudeval.ai/reference/cli-overview) | [GitHub](https://github.com/ganakailabs/cloudeval-cli) | [Issues](https://github.com/ganakailabs/cloudeval-cli/issues) | [Releases](https://github.com/ganakailabs/cloudeval-cli/releases)
19
+ [CloudEval](https://cloudeval.ai) | [Docs](https://docs.cloudeval.ai/reference/cli-overview) | [GitHub](https://github.com/ganakailabs/cloudeval-cli) | [Discord](https://discord.gg/tk5dcU2a7T) | [Issues](https://github.com/ganakailabs/cloudeval-cli/issues) | [Releases](https://github.com/ganakailabs/cloudeval-cli/releases)
19
20
 
20
21
  ## Install
21
22
 
@@ -31,10 +31,10 @@ import {
31
31
  } from "./chunk-4QIKW5TJ.js";
32
32
  import {
33
33
  Banner
34
- } from "./chunk-QJFZ5ESD.js";
34
+ } from "./chunk-EPKCZBPH.js";
35
35
  import {
36
36
  CLI_VERSION
37
- } from "./chunk-3JC653QP.js";
37
+ } from "./chunk-SCKO2ZTZ.js";
38
38
  import {
39
39
  raisedButtonStyle,
40
40
  terminalTheme
@@ -2,8 +2,8 @@ import {
2
2
  Banner,
3
3
  bannerSegmentColor,
4
4
  splitBannerLineSegments
5
- } from "./chunk-QJFZ5ESD.js";
6
- import "./chunk-3JC653QP.js";
5
+ } from "./chunk-EPKCZBPH.js";
6
+ import "./chunk-SCKO2ZTZ.js";
7
7
  import "./chunk-UOCT7M4J.js";
8
8
  export {
9
9
  Banner,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-3JC653QP.js";
3
+ } from "./chunk-SCKO2ZTZ.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  terminalTheme
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var CLI_VERSION = "0.19.1";
2
+ var CLI_VERSION = "0.19.3";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
package/dist/cli.js CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  } from "./chunk-4QIKW5TJ.js";
17
17
  import {
18
18
  CLI_VERSION
19
- } from "./chunk-3JC653QP.js";
19
+ } from "./chunk-SCKO2ZTZ.js";
20
20
 
21
21
  // src/runtime/prepareInk.ts
22
22
  import fs from "fs";
@@ -13512,7 +13512,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
13512
13512
  const { assertSecureBaseUrl } = await import("./dist-I4IPYCRC.js");
13513
13513
  const [{ render }, { App }] = await Promise.all([
13514
13514
  import("ink"),
13515
- import("./App-ITRXW4R6.js")
13515
+ import("./App-PS547LKZ.js")
13516
13516
  ]);
13517
13517
  const baseUrl = await resolveBaseUrl(options, command);
13518
13518
  assertSecureBaseUrl(baseUrl);
@@ -13562,7 +13562,7 @@ program.command("chat").description("Start an interactive chat session").option(
13562
13562
  const { assertSecureBaseUrl } = await import("./dist-I4IPYCRC.js");
13563
13563
  const [{ render }, { App }] = await Promise.all([
13564
13564
  import("ink"),
13565
- import("./App-ITRXW4R6.js")
13565
+ import("./App-PS547LKZ.js")
13566
13566
  ]);
13567
13567
  const baseUrl = await resolveBaseUrl(options, command);
13568
13568
  assertSecureBaseUrl(baseUrl);
@@ -14296,7 +14296,7 @@ Error: ${errorMsg}
14296
14296
  program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
14297
14297
  const { render } = await import("ink");
14298
14298
  const BannerPreview = React.lazy(async () => ({
14299
- default: (await import("./Banner-GMH566I3.js")).Banner
14299
+ default: (await import("./Banner-XZFAVVR2.js")).Banner
14300
14300
  }));
14301
14301
  render(
14302
14302
  /* @__PURE__ */ jsx(React.Suspense, { fallback: null, children: /* @__PURE__ */ jsx(BannerPreview, { disable: false }) })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ganakailabs/cloudeval-cli",
3
- "version": "0.19.1",
4
- "license": "SEE LICENSE IN LICENSE",
3
+ "version": "0.19.3",
4
+ "license": "LicenseRef-CloudEval-CLI",
5
5
  "type": "module",
6
6
  "description": "CloudEval CLI for cloud architecture, cost, report, automation, and MCP workflows.",
7
7
  "author": "Ganak AI Labs (https://cloudeval.ai)",
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.19.1",
17
+ "versionInfo": "0.19.3",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",