Restore the archived Apax project from the SD card of a SIMATIC PLC with the IP address 192.168.0.1:
sld restore-source --target 192.168.0.1
sld restore-source --output ./new_project_path --force
sld restore-source --help
Notice: If you don't have a project with the Software Loader on your computer, you need to create an empty project and install the @ax/sld to access the tool:
apax create empty project-name
cd project-name
apax add --dev @ax/sld
apax sld restore-source --output ./the-project --target 192.168.0.1
cd ./the-project
apax install