mavensmate
Version:
Core APIs that drive MavensMate IDEs for Salesforce1/Force.com
26 lines (17 loc) • 526 B
Markdown
# MavensMate Command Line Interface
## Installation
`npm install mavensmate -g`
```bash
Usage: mavensmate [options]
Options:
-h, --help output usage information
-V, --version output the version number
-v --verbose Output logging statements
-e --editor [name] Specifies the plugin client (sublime, atom, code)
-p --port [number] UI server port number
Examples:
$ mavensmate -e sublime new-project
$ mavensmate -v edit-project --ui
```
## Command Reference
- TODO