The ft_ditaot_transform script is used for DITAOT transformation.
Command template:
ft_ditaot_transform (--zip-path $ZIP_PATH | --data-path $DATA_PATH) [--conf-path $CONF_PATH] --output-path $OUTPUT_PATH --ditaot-path $DITAOT_PATH [-v] [-h]
Command example:
ft_ditaot_transform --output-path /tmp/ --ditaot-path /Fluid-Topics/DITAOT
Command arguments:
- --zip-path: Expects the path to the DITA .zip archive.
- --data-path: Expects the path to the DITA.
- --conf-path: Expects the path to the tenant confguration.
- --output-path: Expects the path to the output file.
- --ditaot-path: Expects the path to the DITAOT.
- -h: Displays the help and lists all available optional arguments for the command. Can also be written --help.
- -v: Activates the verbose mode. Can also be written --verbose.
The script is available in the antidot-fluidtopics-reply package.