@lobehub/cli 0.0.14 → 0.0.15

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 (3) hide show
  1. package/dist/index.js +2086 -503
  2. package/man/man1/lh.1 +1 -4
  3. package/package.json +1 -1
package/man/man1/lh.1 CHANGED
@@ -1,6 +1,6 @@
1
1
  .\" Code generated by `npm run man:generate`; DO NOT EDIT.
2
2
  .\" Manual command details come from the Commander command tree.
3
- .TH LH 1 "" "@lobehub/cli 0.0.14" "User Commands"
3
+ .TH LH 1 "" "@lobehub/cli 0.0.15" "User Commands"
4
4
  .SH NAME
5
5
  lh \- LobeHub CLI \- manage and connect to LobeHub services
6
6
  .SH SYNOPSIS
@@ -68,9 +68,6 @@ Manage agent groups
68
68
  .B bot
69
69
  Manage bot integrations
70
70
  .TP
71
- .B cron
72
- Manage agent cron jobs
73
- .TP
74
71
  .B generate
75
72
  Generate content (text, image, video, speech) Alias: gen.
76
73
  .TP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/cli",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "lh": "./dist/index.js",