PiwigoDirectorySync/PiwigoDirectorySync/Properties/launchSettings.json

60 lines
1.4 KiB
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"ScanLocalJpgs": {
"commandName": "Project",
"commandLineArgs": "scan 1",
"environmentVariables": {
}
},
"SyncAlbums": {
"commandName": "Project",
"commandLineArgs": "sync albums 1",
"environmentVariables": {
}
},
"SyncAlbumsReadOnly": {
"commandName": "Project",
"commandLineArgs": "sync albums 1 -r",
"environmentVariables": {
}
},
"SyncImages": {
"commandName": "Project",
"commandLineArgs": "sync images 1",
"environmentVariables": {
}
},
"SyncFull": {
"commandName": "Project",
"commandLineArgs": "sync full",
"environmentVariables": {
}
},
"SyncFullReadOnly": {
"commandName": "Project",
"commandLineArgs": "sync full 5 -r",
"environmentVariables": {
}
},
"Download": {
"commandName": "Project",
"commandLineArgs": "sync download 5",
"environmentVariables": {
}
},
"ListServers": {
"commandName": "Project",
"commandLineArgs": "piwigo list",
"environmentVariables": {
}
},
"UpdateDb": {
"commandName": "Project",
"commandLineArgs": "updateDb",
"environmentVariables": {
}
}
}
}