vim plugin for the force cli
Go to file
ViViDboarder 69d9f6855e Update for new cli and add Neomake support 2017-08-23 11:03:53 -07:00
compiler Update for new cli and add Neomake support 2017-08-23 11:03:53 -07:00
plugin Update for new cli and add Neomake support 2017-08-23 11:03:53 -07:00
README.md Add login, execute anon, and vim-airline support 2015-03-03 18:26:43 -08:00

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 commands
  • let g:force_disable_airline = 0: Set to 1 to disable integration with vim-airline

Usage

  • ForceDeploy: executes force push to deploy file to server
  • ForceTest: executes force test to run tests in current class
  • ForceActive: Displays currently active target
  • ForceActive ?: List all orgs
  • ForceActive orgName: Activate specified org
  • ForceLogin: Re-login to current org
  • ForceLogin url: Login to provided url

Experimental:

  • ForceNewExecAnon: Start new scratch window for executing anonymous code
  • ForceExecScratchAnon: Execute contents of buffer

Based on plugin vim-abuse-the-force