mirror of
https://github.com/ViViDboarder/force-vim.git
synced 2024-11-21 15:16:34 +00:00
vim plugin for the force cli
compiler | ||
plugin | ||
README.md |
force-vim
Plugin for "compiling" Salesforce.com code with force cli
Integrates with vim-dispatch and vim-airline
Installation
- Install the force cli
- Use Vundle or something similar to install this plugin
Configuration
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
Usage
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