I need to export packages deployed in SSISDB by any means to make it automated; so a command line, C# or T-SQL would be fine. I don\'t want the manual way used by Visual Studio.
IsDeploymentWizard is a good option. You can see parameter usage by typing
IsDeploymentWizard -h
on the command line.