Consider using -v flag for neofs-cli #264

Open
opened 2025-12-28 18:15:33 +00:00 by sami · 3 comments
Owner

Originally created by @carpawell on GitHub (Mar 12, 2024).

That is verbose for cli. We have it but almost no one uses it and that is why it may be bad. Seems like tests are the place where it may play well. If we have some feedback, we can improve it.

Current Behavior

No steps use -v flag.

Expected Behavior

Use -v flag cause tests are expected to tell us as much info as possible when something is broken.

Possible Solution

Use -v flag. Maybe it can be optional.

Steps to Reproduce

Run tests, see no -v flag.

Context

Recently I really had to push debug prints to the PR to know what was the reason for the failure I faced. -v would answer me immediately.

Originally created by @carpawell on GitHub (Mar 12, 2024). <!-- Provide a general summary of the issue in the Title above --> That is `verbose` for cli. We have it but almost no one uses it and that is why it may be bad. Seems like tests are the place where it may play well. If we have some feedback, we can improve it. ## Current Behavior No steps use `-v` flag. ## Expected Behavior Use `-v` flag cause tests are expected to tell us as much info as possible when something is broken. ## Possible Solution Use `-v` flag. Maybe it can be optional. ## Steps to Reproduce Run tests, see no `-v` flag. ## Context Recently I really had to push debug prints to the PR to know what was the reason for the failure I faced. `-v` would answer me immediately.
Author
Owner

@roman-khimov commented on GitHub (Mar 12, 2024):

@evgeniiz321, thoughts?

@roman-khimov commented on GitHub (Mar 12, 2024): @evgeniiz321, thoughts?
Author
Owner

@evgeniiz321 commented on GitHub (Mar 12, 2024):

@roman-khimov it should go to the testlib, easy to implement, will do

@evgeniiz321 commented on GitHub (Mar 12, 2024): @roman-khimov it should go to the testlib, easy to implement, will do
Author
Owner

@roman-khimov commented on GitHub (Mar 12, 2024):

OK if it doesn't interfere with tests (but I think we parse CLI output in some cases).

@roman-khimov commented on GitHub (Mar 12, 2024): OK if it doesn't interfere with tests (but I think we parse CLI output in some cases).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-testcases#264
No description provided.