-
Notifications
You must be signed in to change notification settings - Fork 147
Add get-security-info command #758
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
Conversation
|
Thanks for this! Will give it a proper review soon, but just some initial thoughts:
Anyway, thanks again and I will try to review this ASAP! |
|
I was also thinking of this to be an extra subcommand, but now that you mention it, I agree on the overlap. Maybe we could have a Now my question is if we should have two commands or merge them into one… I don't have hard opinion, but maybe I'd lean towards merging it with |
|
Whatever we end up doing, we should add a check for it on HIL |
I completely forgot about And regarding the first point - I'm not sure, I don't see any big problem with having it as a separate command. I would like to be as consistent as possible with |
Well, we already deviate quite a bit from |
|
I guess if we decide we want to try and mirror their CLI then we have some refactoring to do |
|
I dont think we should imitate |
I'm okay with it. |
6e8eeaa to
6a0279e
Compare
SergioGasquez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good to me, thanks for working on this!
|
I need to update HIL test as well. |
364eb23 to
5de7954
Compare
Closes #704
I've tried to follow esptool's implementation and output formatting as close as possible here.