ClawVault
Commands

entities

List all linkable entities in the vault

The entities command lists all entities that can be referenced via wiki-links in your vault — people, projects, decisions, and other named items.

Usage

clawvault entities [options]

Options

FlagDescriptionDefault
-v, --vault <path>Vault pathNearest vault
--jsonOutput as JSONfalse

Examples

# List all entities
clawvault entities

# JSON output for scripting
clawvault entities --json

Entities are derived from vault file paths and frontmatter. They form the nodes in ClawVault's knowledge graph and can be referenced with [[wiki-links]] in any vault document.

On this page