# Left side 
defaults write com.apple.dock persistent-apps -array-add '{tile-type="spacer-tile";}'
killall Dock

# Right Side 
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock