Small utility that waits for a file to exist and optionally have some permissions set
3.0K
A small utility that waits for a file to exist, optionally with some permissions.
wait-for [--help] [-rwx] <file>
Waits for a file to exist and optionally have one or modes
-h, --help Shows this help message
-x, --execute Wait for the file to become executable
-r, --read Wait for the file to become readable
-w, --write Wait for the file to become writable
-U, --username The username to run access checks for (NOT the user ID)
If multiple modes are specified, wait-for waits for all of them to become available
Content type
Image
Digest
Size
114.8 kB
Last updated
over 8 years ago
docker pull zeit/wait-for