Export Segment via SSH

Eldi

Member
Is there any way of exporting segments via SSH?
Just like list export php console.php list-import folder --list_uid=

Thank you in advance
 
Found the solution thanks to Serban
The solution for exporting segments via command line is:
console.php list-export --list_uid=X --segment_uid=Y --folder_path=/path/here/ --verbose=1
 
Back
Top