Usage
1nx generate sync-codeowners-file ...
2
By default, Nx will search for sync-codeowners-file
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/powerpack-owners:sync-codeowners-file ...
2
Show what will be generated without writing to disk:
1nx g sync-codeowners-file ... --dry-run
2