Skip to content

Pass pattern on CLI

Choose a tag to compare

@g105b g105b released this 01 Nov 12:41
· 25 commits to master since this release

This small release makes it possible to pass in a glob pattern to the sync command to only sync files that match the provided pattern.

sync source_dir dest_dir --pattern '**/*.js'