For web applications (widgets:
sdb push app.wgt /tmp/Application.wgt
sdb shell wrt-installer -i /tmp/Application.wgt
For widgets using Command Line Interface tools web-install::
web-install -w Application.wgt -i application_uri_id.org
or using webtizen:
webtizen install -w Application.wgt -i application_uri_id.org
For native packages:
sdb push your.tpk /opt/apps/PKGS/Application.tpk
sdb shell pkgcmd -q -i -t tpk -p /opt/apps/PKGS/Application.tpk
For native using Command Line Interface tools native-install:
native-install -p your.tpk
using sdb:
sdb install /home/user/your.tpk
You can see all the commands that eclipse uses to deploy applications in Preferences > Tizen SDK > Web > Launch
http://*.com/questions/14294677/how-do-i-deploy-a-tizen-application-to-the-tizen-emulator