Files
gh-dnvriend-obsidian-search…/commands/auth.md
2025-11-29 18:23:29 +08:00

642 B

description
description
Validate Obsidian API authentication

Verify that the API key is valid and authentication is working.

Usage

obsidian-search-tool auth [--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

# Basic auth check
obsidian-search-tool auth

# With text output
obsidian-search-tool auth --text

# With debug logging
obsidian-search-tool auth -vv

Output

Returns authentication status, API URL, timestamp, and message.