.agents/skills/cli/references/search-config.md
lh search)Search across all LobeHub resource types.
Source: apps/cli/src/commands/search.ts
lh search <query>lh search "meeting notes" [-t [-L [--json [fields]] < type > ] < n > ]
| Option | Description | Default |
|---|---|---|
-t, --type <type> | Filter by resource type | All types |
-L, --limit <n> | Results per type | 10 |
| Type | Description |
|---|---|
agent | AI agents |
topic | Conversation topics |
file | Uploaded files |
folder | File folders |
message | Chat messages |
page | Documents/pages |
memory | User memories |
mcp | MCP servers |
plugin | Installed plugins |
communityAgent | Community marketplace agents |
knowledgeBase | Knowledge bases |
Output: Results grouped by type, showing ID, title/name, description.
lh whoami / lh usage)Source: apps/cli/src/commands/config.ts
lh whoamiDisplay current authenticated user information.
lh whoami [--json [fields]]
Displays: Name, username, email, user ID, subscription plan.
lh usageDisplay usage statistics.
lh usage [--month [--daily] [--json [fields]] < YYYY-MM > ]
| Option | Description | Default |
|---|---|---|
--month <YYYY-MM> | Month to query | Current month |
--daily | Group by day | false (monthly total) |
Output: Token usage, costs, and model breakdown for the specified period.
These options are available across most commands:
| Option | Description |
|---|---|
--json [fields] | Output as JSON; optionally filter to specific fields (comma-separated) |
--yes | Skip confirmation prompts for destructive operations |
-L, --limit <n> | Pagination limit for list commands |
-v, --verbose | Enable verbose/debug logging |
--help | Show command help |
--version | Show CLI version |
The --json option supports field selection:
# Full JSON output
lh agent list --json
# Only specific fields
lh agent list --json "id,title,model"