1 min read

vercel-code-owners

Learn how to use Code Owners with the CLI.
Table of Contents

Conformance is available on Enterprise plans

The vercel-code-owners command provides functionality to initialize and validate Code Owners in your repository.

The Code Owners CLI is separate to the Vercel CLI. However you must ensure that the Vercel CLI is installed and that you are logged in to use the Code Owners CLI.

The following sub-commands are available for this CLI.

The init command sets up code owners files in the repository. See Getting Started for more information on using this command.

The validate command checks the syntax for all Code Owners files in the repository for errors.

pnpm
yarn
npm

pnpm vercel-code-owners validate

Last updated on May 9, 2024