vim plugin for the force cli
Go to file
ViViDboarder f43554597f Initial Commit 2014-07-09 11:51:41 -07:00
compiler Initial Commit 2014-07-09 11:51:41 -07:00
plugin Initial Commit 2014-07-09 11:51:41 -07:00
README.md Initial Commit 2014-07-09 11:51:41 -07:00

README.md

force-vim

Plugin for "compiling" Salesforce.com code with force cli

Installation

  • Install the force cli
  • 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