Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verbose option #179

Closed
1 of 2 tasks
rodrigosiqueira opened this issue May 15, 2020 · 2 comments
Closed
1 of 2 tasks

Add verbose option #179

rodrigosiqueira opened this issue May 15, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists good first issue Good for newcomers

Comments

@rodrigosiqueira
Copy link
Collaborator

rodrigosiqueira commented May 15, 2020

Currently, kw deploy and other features throw a lot of information on users. Let's clean up the kw output and add a verbose option if the user wants extra information; this can be a huge task; for this reason, let's break it per feature:

  • Verbose mode for deploy;
  • Silent mode for build option;
@rodrigosiqueira rodrigosiqueira added the good first issue Good for newcomers label May 15, 2020
@rodrigosiqueira rodrigosiqueira added this to the kworkflow-beta milestone May 15, 2020
@rodrigosiqueira rodrigosiqueira added this to Backlog in LabXP via automation Sep 13, 2021
@rodrigosiqueira rodrigosiqueira moved this from Backlog to TODO in LabXP Sep 13, 2021
@cardoso42
Copy link
Contributor

What kind of data should be printed to the user by default? Honestly, we've been looking at some KW files and we didn't find much to change. Two things that we thought could be changed were not to print non-critical problems and maybe (a big maybe) not to print all files names that were successful while performing tests, only the ones that failed. Could you suggest anything else that we should be looking for?

Co-authored-by: @Pauloguilhermepp

@rodrigosiqueira rodrigosiqueira added this to TODO in Deploy Jan 15, 2022
@rodrigosiqueira rodrigosiqueira moved this from TODO to In progress in Deploy Jan 15, 2022
rodrigosiqueira added a commit to rodrigosiqueira/kworkflow that referenced this issue Jan 29, 2022
kw deploy generates a very polluted output, this commit cleanup the
output by:

* Hide unnecessary command log
* Use progress bar for modules_install
* Add messages per deploy milestone
* Add --verbose in case user want to know every step

Note: This is part of the issue kworkflow#179

Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
rodrigosiqueira added a commit to rodrigosiqueira/kworkflow that referenced this issue Jan 29, 2022
kw deploy generates a very polluted output, this commit cleanup the
output by:

* Hide unnecessary command log
* Use progress bar for modules_install
* Add messages per deploy milestone
* Add --verbose in case user want to know every step

Note: This is part of the issue kworkflow#179

Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
rodrigosiqueira added a commit to rodrigosiqueira/kworkflow that referenced this issue Feb 2, 2022
kw deploy generates a very polluted output, this commit cleanup the
output by:

* Hide unnecessary command log
* Use progress bar for modules_install
* Add messages per deploy milestone
* Add --verbose in case user want to know every step

Note: This is part of the issue kworkflow#179

Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Mar 8, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Mar 20, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Mar 20, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Mar 22, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 11, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 11, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 13, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 16, 2023
This commit adds support for the verbose parameter within `kw mail`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 18, 2023
This commit adds support for the verbose parameter within `kw explore`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 26, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 26, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 26, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 26, 2023
This commit adds support for the verbose parameter within `kw mail`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 26, 2023
This commit adds support for the verbose parameter within `kw explore`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 26, 2023
This commit adds support for the verbose parameter within `kw drm`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw env`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw mail`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw explore`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw drm`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw mail`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw explore`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
aquilamacedo added a commit to aquilamacedo/kworkflow that referenced this issue Apr 27, 2023
This commit adds support for the verbose parameter within `kw drm`.
The verbose parameter gives details of the commands that are executed behind the scenes.

Note: This is part of the issue: kworkflow#179

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
rodrigosiqueira pushed a commit that referenced this issue Apr 30, 2023
This commit adds support for the verbose parameter within `kw build`.
The verbose parameter gives details of the commands that are executed
behind the scenes.

Note: This is part of the issue: #179

Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
rodrigosiqueira pushed a commit that referenced this issue Apr 30, 2023
This commit adds support for the verbose parameter within `kw env`.  The
verbose parameter gives details of the commands that are executed behind
the scenes.

Note: This is part of the issue: #179

Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
rodrigosiqueira pushed a commit that referenced this issue Apr 30, 2023
This commit adds support for the verbose parameter within `kw backup`.
The verbose parameter gives details of the commands that are executed
behind the scenes.

Note: This is part of the issue: #179

Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
rodrigosiqueira pushed a commit that referenced this issue Apr 30, 2023
This commit adds support for the verbose parameter within `kw mail`.
The verbose parameter gives details of the commands that are executed
behind the scenes.

Note: This is part of the issue: #179

Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
rodrigosiqueira pushed a commit that referenced this issue Apr 30, 2023
This commit adds support for the verbose parameter within `kw explore`.
The verbose parameter gives details of the commands that are executed
behind the scenes.

Note: This is part of the issue: #179

Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
rodrigosiqueira pushed a commit that referenced this issue Apr 30, 2023
This commit adds support for the verbose parameter within `kw drm`.  The
verbose parameter gives details of the commands that are executed behind
the scenes.

Note: This is part of the issue: #179

Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
@rodrigosiqueira
Copy link
Collaborator Author

Ref: #857

Andregnl added a commit to GuilhermeMoreno/kworkflow that referenced this issue Sep 22, 2023
Add support for the verbose parameter within `kw config`.
The verbose parameter gives details of the commands that are executed
behind the scenes.

Task of issue kworkflow#179

Signed-off-by: Fernando Henrique <fernandohjunqueira@proton.me>
Signed-off-by: André Gustavo Nakagomi Lopez <andregnl@usp.br>
@rodrigosiqueira rodrigosiqueira added the duplicate This issue or pull request already exists label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists good first issue Good for newcomers
Projects
No open projects
Deploy
In progress
LabXP
TODO
Development

No branches or pull requests

2 participants