Note: This version of the VDT (1.10.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 1.10.1.

NAME

vdt-version - Report version information about the VDT

SYNOPSIS

    vdt-version --vdt-location <location>
                --show
                --add <package-name>
                --remove <package-name>
                --help

DESCRIPTION

By default, vdt-version reports information about the current version of the VDT, and each of the VDT components that has been installed.

It is also used internally to edit information about what components have been installed, using the --add and --remove options. Users should not use these options.

OPTIONS

--vdt-location <location>
The location of your VDT installation. This option is not needed if $VDT_LOCATION is defined in your environment.
--show
Show version information. This is the default if neither --add nor --remove are specified.
--add <package-name>
Record the fact that the given package has been installed. This should not be used by users, but only by the installation process.
--remove <package-name>
Record the fact that the given package has been removed. This should not be used by users, but only by the installation process.
--help

Show brief explanatory text for using vdt-version. =back