Name
DkAssets_Capture.File - Enqueue an asset file.
Synopsis
DkAssets_Capture.File [--queue-dir=QUEUE_DIR] [OPTION]… NAME ASSET_FILE
Arguments
ASSET_FILE (required)
The asset file to capture. The file must be a relative path. The relative path plays two roles. 1. It locates the local asset file. 2. It is appended to the origin server URL during a download.
NAME (required)
The name of the origin.
Options
--queue-dir=QUEUE_DIR (absent=asset-queue)
The queue directory to capture asset metadata. Any necessary parent directories will also be created. Defaults to "asset-queue".
Common options
These options are common to all commands.
--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
Exit status
DkAssets_Capture.File exits with:
0
on success.
123
on indiscriminate errors reported on standard error.
124
on command line parsing errors.
125
on unexpected internal errors (bugs).
Bugs
Support the project with a GitHub star at https://github.com/diskuv/dk.
Leave feedback or bug reports at https://github.com/diskuv/dk/issues.