<<

NAME

d4j-export -- export a version-specific property.

SYNOPSIS

  d4j-export -p property_name [-o output_file] [-w work_dir]

DESCRIPTION

This script exports the value(s) for a specific property.

OPTIONS

-p property_name

Export the value(s) of this property.

-o output_file

Write output to this file (optional). By default the script prints the value(s) of the property to stdout. Note that all diagnostic messages are sent to stderr.

-w work_dir

The working directory of the checked-out project version (optional). Default is the current directory.

<<