@elizaos/cli 1.0.11 → 1.0.12

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.
Files changed (68) hide show
  1. package/README.md +4 -4
  2. package/dist/assets/{index-Cuyjmso1.js → index-CtxA4ev_.js} +32310 -31443
  3. package/dist/assets/{index-Cuyjmso1.js.map → index-CtxA4ev_.js.map} +1 -1
  4. package/dist/assets/{index-poChVCDJ.js → index-xhCgCbS4.js} +2 -2
  5. package/dist/assets/index-xhCgCbS4.js.br +0 -0
  6. package/dist/assets/{index-poChVCDJ.js.map → index-xhCgCbS4.js.map} +1 -1
  7. package/dist/assets/vendor-DSdxb8P-.js.map +1 -1
  8. package/dist/chunk-AQ6OMR2A.js +14 -0
  9. package/dist/chunk-KB3JDWUI.js +106 -0
  10. package/dist/{chunk-HBV76MGW.js → chunk-PYMK3ECE.js} +44 -18
  11. package/dist/chunk-Y76S7TNK.js +5372 -0
  12. package/dist/{chunk-TPLM6M7M.js → chunk-YDVNTQX3.js} +6 -6
  13. package/dist/commands/agent/actions/index.js +3 -3
  14. package/dist/commands/agent/index.js +3 -3
  15. package/dist/commands/create/actions/index.js +4 -4
  16. package/dist/commands/create/index.js +5 -5
  17. package/dist/commands/shared/index.js +1 -1
  18. package/dist/index.html +1 -1
  19. package/dist/index.js +344 -7703
  20. package/dist/migrator-UQ4XFYE5.js +744 -0
  21. package/dist/{plugin-creator-T4K2673C.js → plugin-creator-TLQLTQIB.js} +8 -11
  22. package/dist/{registry-PTOPJQEB.js → registry-7PBDJL64.js} +3 -3
  23. package/dist/templates/plugin-starter/bunfig.toml +5 -1
  24. package/dist/templates/plugin-starter/package.json +6 -8
  25. package/dist/templates/plugin-starter/scripts/install-test-deps.js +50 -0
  26. package/dist/templates/plugin-starter/src/index.ts +1 -1
  27. package/dist/templates/project-starter/bunfig.toml +13 -1
  28. package/dist/templates/project-starter/package.json +16 -20
  29. package/dist/templates/project-starter/scripts/install-test-deps.js +51 -0
  30. package/dist/templates/project-starter/src/__tests__/config.test.ts +9 -9
  31. package/dist/templates/project-starter/src/__tests__/error-handling.test.ts +11 -11
  32. package/dist/templates/project-starter/src/__tests__/events.test.ts +6 -6
  33. package/dist/templates/project-starter/src/__tests__/integration.test.ts +11 -11
  34. package/dist/templates/project-starter/src/__tests__/routes.test.ts +2 -2
  35. package/dist/templates/project-tee-starter/__tests__/env.test.ts +10 -6
  36. package/dist/templates/project-tee-starter/bunfig.toml +13 -1
  37. package/dist/templates/project-tee-starter/e2e/project.test.ts +1 -1
  38. package/dist/templates/project-tee-starter/e2e/starter-plugin.test.ts +1 -1
  39. package/dist/templates/project-tee-starter/package.json +3 -3
  40. package/dist/{utils-TDE6Y3CB.js → utils-WRGBZBAJ.js} +9 -3
  41. package/package.json +28 -56
  42. package/templates/plugin-starter/bunfig.toml +5 -1
  43. package/templates/plugin-starter/package.json +6 -8
  44. package/templates/plugin-starter/scripts/install-test-deps.js +50 -0
  45. package/templates/plugin-starter/src/index.ts +1 -1
  46. package/templates/project-starter/bunfig.toml +13 -1
  47. package/templates/project-starter/package.json +16 -20
  48. package/templates/project-starter/scripts/install-test-deps.js +51 -0
  49. package/templates/project-starter/src/__tests__/config.test.ts +9 -9
  50. package/templates/project-starter/src/__tests__/error-handling.test.ts +11 -11
  51. package/templates/project-starter/src/__tests__/events.test.ts +6 -6
  52. package/templates/project-starter/src/__tests__/integration.test.ts +11 -11
  53. package/templates/project-starter/src/__tests__/routes.test.ts +2 -2
  54. package/templates/project-tee-starter/__tests__/env.test.ts +10 -6
  55. package/templates/project-tee-starter/bunfig.toml +13 -1
  56. package/templates/project-tee-starter/e2e/project.test.ts +1 -1
  57. package/templates/project-tee-starter/e2e/starter-plugin.test.ts +1 -1
  58. package/templates/project-tee-starter/package.json +3 -3
  59. package/dist/assets/index-poChVCDJ.js.br +0 -0
  60. package/dist/chunk-2GXSCVA2.js +0 -2057
  61. package/dist/chunk-567UPUC7.js +0 -52
  62. package/dist/chunk-LQ6XHF53.js +0 -19487
  63. package/dist/chunk-QLKBXRME.js +0 -11101
  64. package/dist/chunk-WS4DWCDZ.js +0 -892
  65. package/dist/fileFromPath-KB6XMTJ4.js +0 -133
  66. package/dist/migrator-JREQPDN3.js +0 -7523
  67. package/dist/pglite.data +0 -0
  68. package/dist/pglite.wasm +0 -0
package/README.md CHANGED
@@ -79,7 +79,7 @@ Start the project or plugin in development mode with auto-rebuild, detailed logg
79
79
 
80
80
  - **Options:**
81
81
  - `-c, --configure`: Reconfigure services and AI models (skips using saved configuration)
82
- - `-char, --character [paths...]`: Character file(s) to use - accepts paths or URLs
82
+ - `--character [paths...]`: Character file(s) to use - accepts paths or URLs
83
83
  - `-b, --build`: Build the project before starting
84
84
  - `-p, --port <port>`: Port to listen on
85
85
 
@@ -211,7 +211,7 @@ Publish a plugin to the registry.
211
211
  - **Options:**
212
212
  - `-t, --test`: Test publish process without making changes
213
213
  - `--npm`: Publish to npm instead of GitHub
214
- - `-sr, --skip-registry`: Skip publishing to the registry
214
+ - `--skip-registry`: Skip publishing to the registry
215
215
  - `-d, --dry-run`: Generate registry files locally without publishing
216
216
 
217
217
  **Default behavior:**
@@ -243,7 +243,7 @@ Start the Eliza agent with configurable plugins and services.
243
243
 
244
244
  - **Options:**
245
245
  - `-c, --configure`: Force reconfiguration of services and AI models (bypasses saved configuration)
246
- - `-char, --character [paths...]`: Character file(s) to use - accepts paths or URLs
246
+ - `--character [paths...]`: Character file(s) to use - accepts paths or URLs
247
247
  - `-b, --build`: Build the project before starting
248
248
  - `-p, --port <port>`: Port to listen on (default: 3000)
249
249
 
@@ -505,7 +505,7 @@ Update ElizaOS CLI and project dependencies to the latest versions.
505
505
 
506
506
  - **Options:**
507
507
  - `-c, --check`: Check for available updates without applying them - shows what packages would be updated
508
- - `-sb, --skip-build`: Skip building after updating
508
+ - `--skip-build`: Skip building after updating
509
509
  - `--cli`: Update only the global CLI installation (without updating packages)
510
510
  - `--packages`: Update only packages (without updating the CLI)
511
511