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
I think it doesn't make sense to successfully terminate save/csv commands when there are forbidden licenses.
Also, it'd be time wasting if we run the check command and save/csv command together, because with the current implementation, we will need to re-scan for all licenses again.
Proposal
Two options:
breaking change: let save/csv commands check license type as well and emit errors if any problems are found
backwards compatible: add a new flag like --exit_status or --check, and also do the check logic in other commands as well
The text was updated successfully, but these errors were encountered:
I think it doesn't make sense to successfully terminate save/csv commands when there are forbidden licenses.
Also, it'd be time wasting if we run the check command and save/csv command together, because with the current implementation, we will need to re-scan for all licenses again.
Proposal
Two options:
The text was updated successfully, but these errors were encountered: