Name
DkAssets_Capture.Spec - Create an asset specification from enqueued asset files.
Synopsis
DkAssets_Capture.Spec [--output-file=OUTPUT_FILE] [--queue-dir=QUEUE_DIR] [OPTION]… LISTING_NAME LISTING_VERSION
Arguments
LISTING_NAME (required)
The name of the listing.
LISTING_VERSION (required)
The version of the listing.
Options
-o OUTPUT_FILE, --output-file=OUTPUT_FILE
The asset spec file to create. Any necessary parent directories will also be created. Defaults to specs/<LISTING_NAME>.json
--queue-dir=QUEUE_DIR (absent=asset-queue)
The queue directory that contains 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.Spec 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.