File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,24 @@ and triggers a inotify event.
88
99Enables file watcher in a Docker container with a NFS mounted filesystem.
1010
11- ## Usage Example
11+ ## Usage
12+
13+ Usage of ./inotify-proxy:
14+ -profile string
15+ Defines a special profile with extensions to look for. This speeds up the process. Available profiles are 'magento2-theme' (default "default")
16+ -sleep int
17+ Cycle time in seconds. Defines time to sleep after each filesystem walk. Default 2s (default 2)
18+
19+ ### Examples
1220
1321 # Magento 2 Profile
1422 ./inotify-proxy -profile magento2 path/to/your/project
1523
1624 # Change frequence of file checks to 5s (default 2s)
1725 ./inotify-proxy -sleep 5 path/to/your/project
26+
27+ # Multiple pathes to watch ...
28+ ./inotify-proxy project/path1 project/path2
1829
1930## Supported Profiles
2031
You can’t perform that action at this time.
0 commit comments