vercel-code-owners
Last updated March 4, 2025
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 vercel-code-owners validate
Was this helpful?