@ganakailabs/cloudeval-cli 0.21.2 → 0.23.0
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 +5 -0
- package/dist/{App-5ITWBHXF.js → App-G6ACKT3M.js} +800 -521
- package/dist/{Banner-4PWWKMRZ.js → Banner-UIKOHSAV.js} +2 -2
- package/dist/{Onboarding-4N4WIORR.js → Onboarding-QUB2SCWP.js} +2 -2
- package/dist/{chunk-CJWMEKKP.js → chunk-5BLEZWMN.js} +19 -4
- package/dist/{chunk-LDDHLUZH.js → chunk-DLACXFC6.js} +71 -4
- package/dist/{chunk-Q5D5HYWW.js → chunk-LVR2XXJK.js} +1 -1
- package/dist/{chunk-32EP3DJT.js → chunk-Y6LNVH7K.js} +1 -1
- package/dist/cli.js +271 -62
- package/dist/{dist-AGQQPJUD.js → dist-AS6Z6RQQ.js} +1 -1
- package/package.json +2 -2
- package/sbom.spdx.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,11 @@ are summarized with a follow-up command instead of forcing another prompt.
|
|
|
53
53
|
When a CLI update exposes new MCP capabilities, restart or reload your MCP
|
|
54
54
|
client when you are ready; CloudEval never restarts those apps automatically.
|
|
55
55
|
|
|
56
|
+
`npm install -g` does not run that installer wizard. After installing from npm,
|
|
57
|
+
use `cloudeval login` for first-run auth, `cloudeval mcp setup <client>` to
|
|
58
|
+
configure MCP in your editor, or `cloudeval update` (TTY) to rerun the shell
|
|
59
|
+
installer and optionally accept agent/MCP setup prompts.
|
|
60
|
+
|
|
56
61
|
## Common Commands
|
|
57
62
|
|
|
58
63
|
```bash
|