# feedback (/docs/cli/feedback)

> For the complete Prisma documentation index, see [llms.txt](https://www.prisma.io/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL.

Send feedback to the Prisma CLI team.

Location: CLI > feedback

`feedback` sends feedback to the Prisma CLI team, straight from the terminal.

## Usage [#usage]

  

#### bun

```bash
bunx prisma@latest feedback "The service logs command saved my afternoon"
```

#### pnpm

```bash
pnpm dlx prisma@latest feedback "The service logs command saved my afternoon"
```

#### yarn

```bash
yarn dlx prisma@latest feedback "The service logs command saved my afternoon"
```

#### npm

```bash
npx prisma@latest feedback "The service logs command saved my afternoon"
```

The message can be up to 4000 characters. Feedback is anonymous unless you add `--email <address>` so the team can reply.

## Related pages

- [`auth`](https://www.prisma.io/docs/cli/auth): Sign in to your Prisma account from the CLI, sign out, and manage workspace sessions.
- [`branch`](https://www.prisma.io/docs/cli/branch): List platform branches for a project.
- [`bucket`](https://www.prisma.io/docs/cli/bucket): Create and manage object-store buckets.
- [`Configuration`](https://www.prisma.io/docs/cli/configuration): Configure Prisma 8 CLI commands with prisma.config.ts and global flags.
- [`contract emit`](https://www.prisma.io/docs/cli/contract-emit): Emit Prisma 8 contract artifacts.