# Prismic CLI

The official command-line interface for Prismic. Initialize and synchronize your Prismic projects with ease.

## Quickstart

The easiest way to get started is through the [Prismic Dashboard](https://prismic.io/dashboard). Create an account, create a new repository, and follow the guided setup.

## What it does

The Prismic CLI helps you:

- **Initialize** your local project with your Prismic repository
- **Synchronize** your local project with your Prismic repository

## Usage

### Initialize a project

```bash
npx @prismicio/cli init --repository <repository>
```

### Synchronize changes

```bash
npx @prismicio/cli sync
```

## Documentation

For detailed documentation, visit the [official Prismic documentation](https://prismic.io/docs).
