You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like a clear picture of what command will render in the file, and how to prepare my /etc/hosts file before installing this tool (if needed).
Describe the solution you'd like
An update of the documentation description each of the operations what they will render, like 'add', 'remove', 'enable/disable profile'
Describe alternatives you've considered
For example, a table in the Readme showing each of the commands and what will render in the file.
What's the target audience: people who don't have time to read the instructions for the add command and don't know how to prepare the hosts file correctly in order to work with this tool.
Is your feature request related to a problem? Please describe.
I'd like a clear picture of what command will render in the file, and how to prepare my /etc/hosts file before installing this tool (if needed).
Describe the solution you'd like
An update of the documentation description each of the operations what they will render, like 'add', 'remove', 'enable/disable profile'
Describe alternatives you've considered
For example, a table in the Readme showing each of the commands and what will render in the file.
What's the target audience: people who don't have time to read the instructions for the add command and don't know how to prepare the hosts file correctly in order to work with this tool.
Additional context
Examples:
hostctl --ip localhost add domains myprofile bla.com
will render:
hosts enable myprofile
will render:
hosts disable myprofile
will render:
hosts remove myprofile
will remove the structure of the file.
This way without making backups users will be confident on the output that will rendered.
The text was updated successfully, but these errors were encountered: