Forrest logo
back to context overview

hostess

List of commands for hostess:

  • hostess:tldr:1cbb3 hostess: Remove a domain from your hosts file.
    $ hostess del ${local-example-com}
    try on your machine
    explain this command
  • hostess:tldr:2b435 hostess: List domains, target IP addresses and on/off status.
    $ hostess list
    try on your machine
    explain this command
  • hostess:tldr:aee5f hostess: Disable a domain (but don't remove it).
    $ hostess off ${local-example-com}
    try on your machine
    explain this command
  • hostess:tldr:d2980 hostess: Add a domain pointing to your machine to your hosts file.
    $ hostess add ${local-example-com} ${127-0-0-1}
    try on your machine
    explain this command
back to context overview