Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.42 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.42 KB

pecrant

Build Status

Vagrant global-status controller for peco.

Requirements

Getting started

Installation

$ cd /path/to/bin # in $PATH
$ curl -O https://raw.githubusercontent.com/gongo/pecrant/master/pecrant
$ chmod +x ./pecrant

Usage

$ pecrant help
Usage: pecrant <command>

  up        Start the selected vagrant machine
  provision Provision the selected vagrant machine
  reload    Restart the selected vagrant machine
  suspend   Suspend the selected vagrant machine
  resume    Resume the selected vagrant machine
  halt      Stop the selected vagrant machine
  destroy   Stop and delete all traces of the vagrant machine
  ssh       Connect to machine via SSH
  dir       Show directory path for vagrant environments
  list      Show vagrant environments for this user
  help      Show this message

$ pecrant up:

$ pecrant halt:

Advance

Support Select Multiple Lines:

Alternative of pecrant cd

$ cd "$(pecrant dir)"

License

MIT License.