force-vim/README.md

20 lines
624 B
Markdown
Raw Normal View History

2014-07-09 18:51:41 +00:00
force-vim
===================
Plugin for "compiling" Salesforce.com code with [force cli](http://github.com/heroku/force)
Installation
------------
* Install the [force cli](http://github.com/heroku/force)
* Use Vundle or something similar
Usage
-----
* `ForceDeploy`: executes `force push` to deploy file to server
* `ForceDeployTest`: executes `force test` to run tests in current class
* `ForceTarget`: Displays currently active target
* `ForceTarget ?`: List all orgs
* `ForceTarget orgName`: Activate specified org
Based on plugin [vim-abuse-the-force](http://github.com/ViViDboarder/vim-abuse-the-force)