1.0.0 • Published 7 years ago

hvm v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

hvm

A host file manager: Create and switch between hosts files from the terminal

Usage

➜  ~  hvm -h

hvm

  Switch between host entries

Usage:
  hvm            list all host entries
  hvm [name]     change hvm profile
  hvm -c [name]  create new hvm profile called name
  hvm -h         print manual

List available host files

➜  ~  hvm 
Available profiles:

  ci
  preprod
* prod

Create a new host file

➜  ~  sudo hvm -c newprofile
create new hvm profile called newprofile

Switch to a specific host file

➜  ~  sudo hvm ci
Password:
change hvm profile to ci

Contact