Back to Moon

sync code-owners

website/docs/commands/sync/code-owners.mdx

2.2.4658 B
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

<VersionLabel version="1.8.0" header />

The moon sync code-owners command will manually sync code owners, by aggregating all owners from projects, and generating a single CODEOWNERS file. Refer to the official code owners guide for more information.

shell
$ moon sync code-owners

Options

  • --clean - Clean and remove previously generated file.
  • --force - Bypass cache and force create file.

Configuration