Arguments and options for the dita commandDITA command argumentsThe dita command takes mandatory arguments to process DITA content, manage plug-ins, or
print information about the command. Options can be used to modify the command behavior or specify additional
configuration parameters.dita commandsyntaxUsagedita-ifile-fnameoptionsdita-installfilenameURLdita-uninstalliddita-helpdita-versionArguments-i, -inputfileSpecifies the master file for your documentation project. Typically this is a DITA
map, however it also can be a DITA topic if you want to transform a single DITA file. The path can be
absolute, relative to args.input.dir, or relative to the current directory if
args.input.dir is not defined.-f, -formatname-installfilename-installURLInstall a single plug-in from a local ZIP file or from a URL.-install-uninstallidUninstall a plug-in with the specified ID.-h, -helpPrint command usage help.-versionPrint version information and exit.Options-o, -outputdirSpecifies the path of the output directory; the path can be
absolute or relative to the current directory. By default, the output is written to the
out subdirectory of the current directory.-filterfile-t, -tempdir-v, -verboseVerbose logging.-d, -debugDebug logging.-l, -logfilefileWrite logging messages to a file.-Dparameter=valueSpecify a value for a DITA-OT or Ant build parameter.
Parameters not implemented by
the specified transformation type or referenced in a .properties
file are ignored.
-propertyfilefileUse build parameters defined in the referenced .properties file.
Build parameters specified on the command line override those set in the
.properties file.