Sublime Text plugins do not provide command line interfaces.
Many times, Sublime Text plugins wrap an external command (csslint, jshint, etc.) that runs as a subprocess with a plugin. Since your question does not indicate which plug-in you want to run, it is impossible to determine if this plug-in is based on an external program.
I would rather suggest you ask your question in the larger sense of "How to solve problem X from the command line," because it seems that you are approaching the problem from the wrong angle.
Mikko ohtamaa
source share