@ganakailabs/cloudeval-cli 0.18.4

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/LICENSE ADDED
@@ -0,0 +1,77 @@
1
+ CloudEval CLI License
2
+
3
+ Copyright (c) 2026 Ganak AI Labs. All rights reserved.
4
+
5
+ This license applies to the CloudEval CLI source code, binaries, installer
6
+ scripts, documentation, examples, and CloudEval-authored assets in this
7
+ repository, except for third-party components that are identified in
8
+ THIRD_PARTY_NOTICES.md or otherwise accompanied by their own license terms.
9
+
10
+ 1. Permitted use
11
+
12
+ Ganak AI Labs grants you a limited, non-exclusive, non-transferable,
13
+ revocable license to:
14
+
15
+ - install and run official CloudEval CLI releases to access CloudEval services;
16
+ - use the CLI in your internal development, operations, security, FinOps, and
17
+ CI/CD workflows;
18
+ - make reasonable internal copies of the CLI for backup, installation, and
19
+ deployment within your organization; and
20
+ - inspect the source code made available in this repository for evaluation,
21
+ debugging, interoperability, and contribution review.
22
+
23
+ 2. Restrictions
24
+
25
+ Except as allowed by this license, a separate written agreement with Ganak AI
26
+ Labs, or applicable law, you may not:
27
+
28
+ - sell, sublicense, rent, lease, or commercially redistribute the CLI;
29
+ - offer the CLI, modified versions of the CLI, or substantially similar
30
+ functionality as a hosted service or managed product competing with
31
+ CloudEval;
32
+ - remove or obscure copyright, license, attribution, trademark, or provenance
33
+ notices;
34
+ - use CloudEval names, logos, or marks in a way that implies endorsement,
35
+ sponsorship, or ownership by Ganak AI Labs;
36
+ - bypass usage limits, entitlement checks, billing controls, security controls,
37
+ or access-key restrictions;
38
+ - reverse engineer, decompile, disassemble, or modify compiled releases except
39
+ where applicable law expressly permits this restriction to be overridden; or
40
+ - use the CLI for unlawful activity or to violate CloudEval service terms.
41
+
42
+ 3. Contributions
43
+
44
+ Unless a separate written contributor agreement applies, by submitting a pull
45
+ request, patch, issue comment containing code, documentation, or other
46
+ contribution to this repository, you grant Ganak AI Labs a perpetual,
47
+ worldwide, non-exclusive, royalty-free license to use, reproduce, modify,
48
+ distribute, sublicense, and otherwise exploit that contribution as part of
49
+ CloudEval products and services.
50
+
51
+ 4. Third-party components
52
+
53
+ Third-party open-source components remain governed by their own licenses.
54
+ Those licenses are not replaced by this CloudEval CLI License. Required
55
+ third-party attributions are listed in THIRD_PARTY_NOTICES.md. If a third-party
56
+ license gives you broader rights for that third-party component, this license
57
+ does not limit those rights for that component.
58
+
59
+ 5. Separate agreements
60
+
61
+ If you have a signed agreement with Ganak AI Labs or use CloudEval under
62
+ published CloudEval service terms, that agreement or those terms control to the
63
+ extent they conflict with this license.
64
+
65
+ 6. No warranty
66
+
67
+ THE CLI IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND,
68
+ EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
69
+ PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, SECURITY, AVAILABILITY, OR
70
+ ACCURACY.
71
+
72
+ 7. Limitation of liability
73
+
74
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, GANAK AI LABS WILL NOT BE LIABLE FOR
75
+ ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE
76
+ DAMAGES, OR FOR LOST PROFITS, LOST REVENUE, LOST DATA, BUSINESS INTERRUPTION,
77
+ OR PROCUREMENT OF SUBSTITUTE SERVICES, ARISING FROM OR RELATED TO THE CLI.
package/NOTICE ADDED
@@ -0,0 +1,10 @@
1
+ CloudEval CLI
2
+ Copyright (c) 2026 Ganak AI Labs. All rights reserved.
3
+
4
+ CloudEval CLI is proprietary software provided under the CloudEval CLI License.
5
+ CloudEval names, logos, product names, and service names are trademarks or
6
+ service marks of Ganak AI Labs.
7
+
8
+ This product includes third-party open-source software. Third-party components
9
+ are governed by their own license terms and attribution requirements, listed in
10
+ THIRD_PARTY_NOTICES.md.
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # CloudEval CLI
2
+
3
+ Terminal, automation, and MCP tooling for CloudEval.
4
+
5
+ ```bash
6
+ npm install -g @ganakailabs/cloudeval-cli
7
+ cloudeval --help
8
+ ```
9
+
10
+ The package installs three command aliases:
11
+
12
+ - `cloudeval`
13
+ - `eva`
14
+ - `cloud`
15
+
16
+ CloudEval CLI requires Node.js 20 or newer. For standalone native binaries and
17
+ the shell installer, see the GitHub releases:
18
+
19
+ <https://github.com/ganakailabs/cloudeval-cli/releases>
20
+
21
+ Documentation:
22
+
23
+ <https://docs.cloudeval.ai/reference/cli-overview>
@@ -0,0 +1,124 @@
1
+ # Third Party Notices
2
+
3
+ This file lists production third-party packages included in CloudEval CLI release artifacts.
4
+ It is generated from the pnpm production dependency graph.
5
+
6
+ Generated: 2026-05-17T00:00:00.000Z
7
+
8
+ CloudEval-authored code is licensed under LICENSE. Third-party packages remain governed by their own licenses.
9
+ This notice is not a substitute for legal review before public or enterprise distribution.
10
+
11
+ ## License Summary
12
+
13
+ | License | Package count |
14
+ | --- | ---: |
15
+ | (MIT OR CC0-1.0) | 2 |
16
+ | 0BSD | 1 |
17
+ | BSD-3-Clause | 1 |
18
+ | ISC | 6 |
19
+ | MIT | 90 |
20
+
21
+ ## Production Packages
22
+
23
+ | Package | Version | License | Author | Source |
24
+ | --- | --- | --- | --- | --- |
25
+ | @alcalzone/ansi-tokenize | 0.1.3 | MIT | AlCalzone | NOASSERTION |
26
+ | @colors/colors | 1.5.0 | MIT | DABH | https://github.com/DABH/colors.js |
27
+ | @sindresorhus/is | 4.6.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/is#readme |
28
+ | @types/prop-types | 15.7.15 | MIT | NOASSERTION | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types |
29
+ | @types/react | 18.3.27 | MIT | NOASSERTION | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react |
30
+ | ansi-escapes | 6.2.1 | MIT | Sindre Sorhus | https://github.com/sindresorhus/ansi-escapes#readme |
31
+ | ansi-escapes | 7.2.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/ansi-escapes#readme |
32
+ | ansi-regex | 5.0.1 | MIT | Sindre Sorhus | https://github.com/chalk/ansi-regex#readme |
33
+ | ansi-regex | 6.2.2 | MIT | Sindre Sorhus | https://github.com/chalk/ansi-regex#readme |
34
+ | ansi-styles | 4.3.0 | MIT | Sindre Sorhus | https://github.com/chalk/ansi-styles#readme |
35
+ | ansi-styles | 6.2.3 | MIT | Sindre Sorhus | https://github.com/chalk/ansi-styles#readme |
36
+ | any-promise | 1.3.0 | MIT | Kevin Beaty | http://github.com/kevinbeaty/any-promise |
37
+ | asciichart | 1.5.25 | MIT | Igor Kroitor | https://github.com/kroitor/asciichart |
38
+ | auto-bind | 5.0.1 | MIT | Sindre Sorhus | https://github.com/sindresorhus/auto-bind#readme |
39
+ | chalk | 4.1.2 | MIT | NOASSERTION | https://github.com/chalk/chalk#readme |
40
+ | chalk | 5.6.2 | MIT | NOASSERTION | https://github.com/chalk/chalk#readme |
41
+ | char-regex | 1.0.2 | MIT | Richie Bendall | https://github.com/Richienb/char-regex#readme |
42
+ | ci-info | 3.9.0 | MIT | Thomas Watson Steen | https://github.com/watson/ci-info |
43
+ | cli-boxes | 3.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/cli-boxes#readme |
44
+ | cli-cursor | 4.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/cli-cursor#readme |
45
+ | cli-highlight | 2.1.11 | ISC | Felix Becker | https://github.com/felixfbecker/cli-highlight#readme |
46
+ | cli-spinners | 2.9.2 | MIT | Sindre Sorhus | https://github.com/sindresorhus/cli-spinners#readme |
47
+ | cli-table3 | 0.6.5 | MIT | James Talmage | https://github.com/cli-table/cli-table3 |
48
+ | cli-truncate | 3.1.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/cli-truncate#readme |
49
+ | cliui | 7.0.4 | ISC | Ben Coe | https://github.com/yargs/cliui#readme |
50
+ | code-excerpt | 4.0.0 | MIT | vdemedes | https://github.com/vadimdemedes/code-excerpt#readme |
51
+ | color-convert | 2.0.1 | MIT | Heather Arthur | https://github.com/Qix-/color-convert#readme |
52
+ | color-name | 1.1.4 | MIT | DY | https://github.com/colorjs/color-name |
53
+ | commander | 12.1.0 | MIT | TJ Holowaychuk | https://github.com/tj/commander.js#readme |
54
+ | convert-to-spaces | 2.0.1 | MIT | Vadim Demedes | https://github.com/vadimdemedes/convert-to-spaces#readme |
55
+ | csstype | 3.2.3 | MIT | Fredrik Nicol | https://github.com/frenic/csstype#readme |
56
+ | eastasianwidth | 0.2.0 | MIT | Masaki Komagata | https://github.com/komagata/eastasianwidth#readme |
57
+ | emoji-regex | 8.0.0 | MIT | Mathias Bynens | https://mths.be/emoji-regex |
58
+ | emoji-regex | 9.2.2 | MIT | Mathias Bynens | https://mths.be/emoji-regex |
59
+ | emojilib | 2.4.0 | MIT | Mu-An Chiou | https://github.com/muan/emojilib#readme |
60
+ | environment | 1.1.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/environment#readme |
61
+ | escalade | 3.2.0 | MIT | Luke Edwards | https://github.com/lukeed/escalade#readme |
62
+ | escape-string-regexp | 2.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/escape-string-regexp#readme |
63
+ | get-caller-file | 2.0.5 | ISC | Stefan Penner | https://github.com/stefanpenner/get-caller-file#readme |
64
+ | has-flag | 4.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/has-flag#readme |
65
+ | highlight.js | 10.7.3 | BSD-3-Clause | Ivan Sagalaev | https://highlightjs.org/ |
66
+ | indent-string | 5.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/indent-string#readme |
67
+ | ink-scroll-view | 0.3.6 | MIT | ByteLand Technology | https://www.byteland.app/opensource/ink-scroll-view |
68
+ | ink-spinner | 4.0.3 | MIT | Vadim Demedes | https://github.com/vadimdemedes/ink-spinner#readme |
69
+ | ink-syntax-highlight | 2.0.2 | MIT | Vitalii Sashyn | https://github.com/vsashyn/ink-syntax-highlight#readme |
70
+ | ink-text-input | 5.0.1 | MIT | Vadim Demedes | https://github.com/vadimdemedes/ink-text-input#readme |
71
+ | ink | 4.4.1 | MIT | Vadim Demedes | https://github.com/vadimdemedes/ink#readme |
72
+ | is-ci | 3.0.1 | MIT | Thomas Watson Steen | https://github.com/watson/is-ci |
73
+ | is-fullwidth-code-point | 3.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/is-fullwidth-code-point#readme |
74
+ | is-fullwidth-code-point | 4.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/is-fullwidth-code-point#readme |
75
+ | is-lower-case | 2.0.2 | MIT | Blake Embrey | https://github.com/blakeembrey/change-case/tree/master/packages/is-lower-case#readme |
76
+ | is-upper-case | 2.0.2 | MIT | Blake Embrey | https://github.com/blakeembrey/change-case/tree/master/packages/is-upper-case#readme |
77
+ | js-tokens | 4.0.0 | MIT | Simon Lydell | https://github.com/lydell/js-tokens#readme |
78
+ | lodash | 4.18.1 | MIT | John-David Dalton | https://lodash.com/ |
79
+ | loose-envify | 1.4.0 | MIT | Andres Suarez | https://github.com/zertosh/loose-envify |
80
+ | marked-terminal | 7.3.0 | MIT | Mikael Brevik | https://github.com/mikaelbr/marked-terminal |
81
+ | marked | 17.0.1 | MIT | Christopher Jeffrey | https://marked.js.org |
82
+ | mimic-fn | 2.1.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/mimic-fn#readme |
83
+ | mz | 2.7.0 | MIT | Jonathan Ong | https://github.com/normalize/mz#readme |
84
+ | node-emoji | 2.2.0 | MIT | Daniel Bugl | https://github.com/omnidan/node-emoji#readme |
85
+ | object-assign | 4.1.1 | MIT | Sindre Sorhus | https://github.com/sindresorhus/object-assign#readme |
86
+ | onetime | 5.1.2 | MIT | Sindre Sorhus | https://github.com/sindresorhus/onetime#readme |
87
+ | parse5-htmlparser2-tree-adapter | 6.0.1 | MIT | Ivan Nikulin | https://github.com/inikulin/parse5 |
88
+ | parse5 | 5.1.1 | MIT | Ivan Nikulin | https://github.com/inikulin/parse5 |
89
+ | parse5 | 6.0.1 | MIT | Ivan Nikulin | https://github.com/inikulin/parse5 |
90
+ | patch-console | 2.0.0 | MIT | vdemedes | https://github.com/vadimdemedes/patch-console#readme |
91
+ | react-devtools-core | 4.28.5 | MIT | NOASSERTION | https://github.com/facebook/react#readme |
92
+ | react-reconciler | 0.29.2 | MIT | NOASSERTION | https://reactjs.org/ |
93
+ | react | 18.3.1 | MIT | NOASSERTION | https://reactjs.org/ |
94
+ | require-directory | 2.1.1 | MIT | Troy Goode | https://github.com/troygoode/node-require-directory/ |
95
+ | restore-cursor | 4.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/restore-cursor#readme |
96
+ | scheduler | 0.23.2 | MIT | NOASSERTION | https://reactjs.org/ |
97
+ | shell-quote | 1.8.3 | MIT | James Halliday | https://github.com/ljharb/shell-quote |
98
+ | signal-exit | 3.0.7 | ISC | Ben Coe | https://github.com/tapjs/signal-exit |
99
+ | skin-tone | 2.0.0 | MIT | Sindre Sorhus | https://github.com/sindresorhus/skin-tone#readme |
100
+ | slice-ansi | 5.0.0 | MIT | NOASSERTION | https://github.com/chalk/slice-ansi#readme |
101
+ | slice-ansi | 6.0.0 | MIT | NOASSERTION | https://github.com/chalk/slice-ansi#readme |
102
+ | sql.js | 1.14.1 | MIT | NOASSERTION | http://github.com/sql-js/sql.js |
103
+ | stack-utils | 2.0.6 | MIT | James Talmage | https://github.com/tapjs/stack-utils#readme |
104
+ | string-width | 4.2.3 | MIT | Sindre Sorhus | https://github.com/sindresorhus/string-width#readme |
105
+ | string-width | 5.1.2 | MIT | Sindre Sorhus | https://github.com/sindresorhus/string-width#readme |
106
+ | strip-ansi | 6.0.1 | MIT | Sindre Sorhus | https://github.com/chalk/strip-ansi#readme |
107
+ | strip-ansi | 7.1.2 | MIT | Sindre Sorhus | https://github.com/chalk/strip-ansi#readme |
108
+ | supports-color | 7.2.0 | MIT | Sindre Sorhus | https://github.com/chalk/supports-color#readme |
109
+ | supports-hyperlinks | 3.2.0 | MIT | NOASSERTION | https://github.com/chalk/supports-hyperlinks#readme |
110
+ | thenify-all | 1.6.0 | MIT | Jonathan Ong | https://github.com/thenables/thenify-all#readme |
111
+ | thenify | 3.3.1 | MIT | Jonathan Ong | https://github.com/thenables/thenify#readme |
112
+ | tslib | 2.8.1 | 0BSD | Microsoft Corp. | https://www.typescriptlang.org/ |
113
+ | type-fest | 0.12.0 | (MIT OR CC0-1.0) | Sindre Sorhus | https://github.com/sindresorhus/type-fest#readme |
114
+ | type-fest | 3.13.1 | (MIT OR CC0-1.0) | Sindre Sorhus | https://github.com/sindresorhus/type-fest#readme |
115
+ | unicode-emoji-modifier-base | 1.0.0 | MIT | Mathias Bynens | https://github.com/mathiasbynens/unicode-emoji-modifier-base |
116
+ | widest-line | 4.0.1 | MIT | Sindre Sorhus | https://github.com/sindresorhus/widest-line#readme |
117
+ | wrap-ansi | 7.0.0 | MIT | Sindre Sorhus | https://github.com/chalk/wrap-ansi#readme |
118
+ | wrap-ansi | 8.1.0 | MIT | Sindre Sorhus | https://github.com/chalk/wrap-ansi#readme |
119
+ | ws | 7.5.10 | MIT | Einar Otto Stangvik | https://github.com/websockets/ws |
120
+ | ws | 8.18.3 | MIT | Einar Otto Stangvik | https://github.com/websockets/ws |
121
+ | y18n | 5.0.8 | ISC | Ben Coe | https://github.com/yargs/y18n |
122
+ | yargs-parser | 20.2.9 | ISC | Ben Coe | https://github.com/yargs/yargs-parser#readme |
123
+ | yargs | 16.2.0 | MIT | NOASSERTION | https://yargs.js.org/ |
124
+ | yoga-wasm-web | 0.3.3 | MIT | NOASSERTION | https://github.com/shuding/yoga-wasm-web#readme |