wazuh / wazuh-packages

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

Add output styling to Installation assistant #3017

Closed davidcr01 closed 4 months ago

davidcr01 commented 4 months 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

davidjiglesias commented 4 months ago

We are not doing this now.