osr-mono/packages/osr-sync/docs/Examples.md
2025-01-29 17:48:22 +01:00

559 B

General usage

osr-sync sync --source=FOLDER --target=FOLDER

Parameters

source : The source directory.

target : The target directory.

Basics

Convert all assembly files to PDF files in the current directory

osr-sync sync --source='../plastichub/products/elena/cad/*.SLDASM' --target='${SRC_NAME}.pdf'

Convert all assembly files to PDF files in the source directory

osr-sync sync --source='../plastichub/products/elena/cad/*.SLDASM' --target='${SRC_DIR}/${SRC_NAME}.pdf'