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.
8
8
9
9
Enables file watcher in a Docker container with a NFS mounted filesystem.
10
10
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
12
20
13
21
# Magento 2 Profile
14
22
./inotify-proxy -profile magento2 path/to/your/project
15
23
16
24
# Change frequence of file checks to 5s (default 2s)
17
25
./inotify-proxy -sleep 5 path/to/your/project
26
+
27
+ # Multiple pathes to watch ...
28
+ ./inotify-proxy project/path1 project/path2
18
29
19
30
## Supported Profiles
20
31
You can’t perform that action at this time.
0 commit comments