> ## Documentation Index
> Fetch the complete documentation index at: https://docs.katla.app/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI overview

> Manage your domains, cookies, and consent records from the command line.

The Katla CLI lets you manage everything from your terminal.

## Installation

```bash theme={null}
npm install -g @katla.app/cli
```

## Authentication

```bash theme={null}
katla login     # Opens browser to sign in
katla signup    # Opens browser to create an account
katla logout    # Clears stored credentials
katla switch    # Switch between teams
```

## Status

```bash theme={null}
katla status
```

Quick overview of all your domains with verification status, last scan date, and scan count.

## Commands

<CardGroup cols={2}>
  <Card title="Domains" icon="globe" href="/cli-domains">
    Add, verify, remove, and scan domains.
  </Card>

  <Card title="Cookies & consents" icon="cookie" href="/cli-cookies-and-consents">
    List, update, and export cookies and consent records.
  </Card>

  <Card title="Widget & plan" icon="layout-panel-left" href="/cli-widget-and-plan">
    View installation URLs and manage your plan.
  </Card>
</CardGroup>
