Skip to content

feat(poly sync): non-interactive mode when running in quiet mode

Choose a tag to compare

@DavidVujic DavidVujic released this 01 Nov 08:26
· 7 commits to main since this release
7a10007

The poly sync command will not run in interactive mode (i.e. ask about adding bricks to empty projects) when running in the --quiet mode. This means you can run poly sync --quiet in an automated flow, such as pre-commit.

Details in #390