Skip to content

First-party source

Desktop command contract: Obsidian CLI, retrieved 2026-08-29 EDT. See the dated source ledger.

Vault

Fresh

Show info for the current vault, list known vaults, and switch vaults from within the TUI.

vault

Show vault info.

bash
info=name|path|files|folders|size  # return specific info only

vaults

List known vaults.

bash
total              # return vault count
verbose            # include vault paths

vault:open

Switch to a different vault (TUI only).

bash
name=<name>        # (required) vault name

See also

Unofficial SOP mirror. Built for terminal-driven and agentic Obsidian workflows.