-
Notifications
You must be signed in to change notification settings - Fork 15
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
[cpackget] Debug log level not working on some commands #131
Comments
jkrech
changed the title
Debug log level not working on some commands
[cpackget] Debug log level not working on some commands
Jan 24, 2023
Init was missing in COBRA structs: |
thorstendb-ARM
added a commit
that referenced
this issue
Jun 13, 2023
fixed: - Init was missing in COBRA structs: PersistentPreRunE: configureInstaller - function crashes on empty string: sanitizeVersionForSignature()
thorstendb-ARM
added a commit
that referenced
this issue
Jun 14, 2023
fixed: - initializing verbose option - fixed crash in sanitizeVersionForSignature() accessing [0] of empty string
thorstendb-ARM
added a commit
that referenced
this issue
Jun 14, 2023
I am not sure how to validate this:
|
Please wait until release 0.9.5 or later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
-v
flag is not showing debug verbose messages in some commands, like the recently addedchecksum-
andsignature-
commands.To Reproduce
cpackget signature-create -v Pack.Vendor.1.2.3.pack -k key.pem -c cert.pem
or any valid input for the command to run.Expected behavior
Debug messages should be printed.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: