# CLI



# Overview

Peam’s CLI lets you discover content, apply filters, and export indexes from any framework or static output. Use it for static sites, CI builds, or frameworks without a native adapter.

## Continue with

<div className="not-prose grid grid-cols-1 gap-4 sm:grid-cols-2">
  <a href="/docs/cli/install" className="rounded-xl border bg-card p-4 text-card-foreground shadow-sm transition hover:border-foreground/30 hover:bg-muted/40">
    <div className="text-sm font-medium">
      Install
    </div>

    <p className="mt-1 text-sm text-muted-foreground">
      Add the CLI to your project.
    </p>
  </a>

  <a href="/docs/cli/usage" className="rounded-xl border bg-card p-4 text-card-foreground shadow-sm transition hover:border-foreground/30 hover:bg-muted/40">
    <div className="text-sm font-medium">
      Usage
    </div>

    <p className="mt-1 text-sm text-muted-foreground">
      Basic commands and examples.
    </p>
  </a>

  <a href="/docs/cli/sources" className="rounded-xl border bg-card p-4 text-card-foreground shadow-sm transition hover:border-foreground/30 hover:bg-muted/40">
    <div className="text-sm font-medium">
      Sources
    </div>

    <p className="mt-1 text-sm text-muted-foreground">
      Configure file-based or prerender sources.
    </p>
  </a>

  <a href="/docs/cli/stores" className="rounded-xl border bg-card p-4 text-card-foreground shadow-sm transition hover:border-foreground/30 hover:bg-muted/40">
    <div className="text-sm font-medium">
      Stores
    </div>

    <p className="mt-1 text-sm text-muted-foreground">
      Export indexes to a store.
    </p>
  </a>

  <a href="/docs/cli/filters" className="rounded-xl border bg-card p-4 text-card-foreground shadow-sm transition hover:border-foreground/30 hover:bg-muted/40">
    <div className="text-sm font-medium">
      Filters
    </div>

    <p className="mt-1 text-sm text-muted-foreground">
      Exclude paths and apply robots rules.
    </p>
  </a>
</div>


## Sitemap
[Overview of all docs pages](/sitemap.md)
