Plugin for "compiling" Salesforce.com code with force cli
Integrates with vim-dispatch and vim-airline
- Install the force cli
- Use Vundle or something similar to install this plugin
let g:force_dispatch_background = 0
: Set to 1 to use vim-dispatch to background any commandslet g:force_disable_airline = 0
: Set to 1 to disable integration with vim-airline
ForceDeploy
: executesforce push
to deploy file to serverForceTest
: executesforce test
to run tests in current classForceActive
: Displays currently active targetForceActive ?
: List all orgsForceActive orgName
: Activate specified orgForceLogin
: Re-login to current orgForceLogin url
: Login to provided url
Experimental:
ForceNewExecAnon
: Start new scratch window for executing anonymous codeForceExecScratchAnon
: Execute contents of buffer
Based on plugin vim-abuse-the-force