wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
96 stars 89 forks source link

Add output styling to Installation assistant #3017

Open davidcr01 opened 4 days ago

davidcr01 commented 4 days ago

Description

The Wazuh installation assistant is a very used tool by our team and community. It's one of the best and fastest ways to install Wazuh, even it is included in the Quickstart documentation.

However, although this tool has many functionalities, the console output it generates is plain, without formatting and uncolored. Currently, many bash scripts and functionalities have colored and formatted outputs. This is widely developed in Python script, for example, as in the Allocation module: image

Adding this kind of feature will make the Installation assistant more attractive and friendly to our community users.

Proposed changes

Validation