Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:29 +08:00
commit de569d33fc
8 changed files with 808 additions and 0 deletions

36
commands/status.md Normal file
View File

@@ -0,0 +1,36 @@
---
description: Check Obsidian API connectivity status
---
Check if the Obsidian Local REST API is reachable and responding.
## Usage
```bash
obsidian-search-tool status [--json|--text] [-v|-vv|-vvv]
```
## Options
- `--json`: JSON output (default)
- `--text` / `-t`: Markdown text output
- `-v`: INFO level logging
- `-vv`: DEBUG level logging
- `-vvv`: TRACE level with library internals
## Examples
```bash
# Basic status check
obsidian-search-tool status
# With text output
obsidian-search-tool status --text
# With verbose logging
obsidian-search-tool status -vv
```
## Output
Returns connection status, API URL, timestamp, and message.