Clarified aliases

pull/13/head
Chris Bednarski 9 years ago
parent 7fb619ef83
commit 1b4067c3e9

@ -12,11 +12,11 @@ Download a [precompiled release](https://github.com/cbednarski/hostess/releases)
hostess add domain ip # Add or replace a hosts entry for this domain pointing to this IP
hostess aff domain ip # Add or replace a hosts entry in an off state
hostess del domain # Remove a domain from your hosts file
hostess del domain # (alias rm) Remove a domain from your hosts file
hostess has domain # exit code 0 if the domain is in your hostfile, 1 otherwise
hostess off domain # Disable a domain (but don't remove it completely), exit 0 if hosts entry is missing
hostess on domain # Re-enable a domain that was disabled, exit 1 if hosts entry is missing
hostess ls # List domains, target ips, and on/off status
hostess list # (alias ls) List domains, target ips, and on/off status
hostess fix # Rewrite your hosts file; use -n to dry run
hostess dump # Dump your hostfile as json
hostess apply # Add entries from a json file

Loading…
Cancel
Save