@lobehub/cli 0.0.18-beta.0 → 0.0.18-beta.1

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/dist/index.js CHANGED
@@ -16710,6 +16710,9 @@ function removeTask(taskId) {
16710
16710
  delete registry[taskId];
16711
16711
  writeRegistry(registry);
16712
16712
  }
16713
+ function listTasks() {
16714
+ return Object.values(readRegistry());
16715
+ }
16713
16716
 
16714
16717
  //#endregion
16715
16718
  //#region src/tools/heteroTask.ts
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.18\-beta.0" "User Commands"
3
+ .TH LH 1 "" "@lobehub/cli 0.0.18\-beta.1" "User Commands"
4
4
  .SH NAME
5
5
  lh \- LobeHub CLI \- manage and connect to LobeHub services
6
6
  .SH SYNOPSIS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/cli",
3
- "version": "0.0.18-beta.0",
3
+ "version": "0.0.18-beta.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "lh": "./dist/index.js",