-
Notifications
You must be signed in to change notification settings - Fork 91
feat: update notation cert list command output #798
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
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #798 +/- ##
=========================================
+ Coverage 0 64.09% +64.09%
=========================================
Files 0 40 +40
Lines 0 2284 +2284
=========================================
+ Hits 0 1464 +1464
- Misses 0 698 +698
- Partials 0 122 +122 ☔ View full report in Codecov by Sentry. |
JeyJeyGao
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.
LGTM
|
The output looks much cleaner and straightforward than before. LGTM |
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
yizha1
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.
Thanks @Two-Hearts
Updates on certificate.md LGTM
priteshbandi
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.
LGTM
shizhMSFT
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.
LGTM
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
928a0f5
|
Code cleaned up based on @shizhMSFT's suggestions. |
shizhMSFT
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.
LGTM
priteshbandi
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.
LGTM
This PR updates the output format of `notation cert list` command. Resolves notaryproject#609 and notaryproject#772. Example output: ``` STORE TYPE STORE NAME CERTIFICATE ca myStore myCert.pem ``` Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
This PR updates the output format of `notation cert list` command. Resolves notaryproject#609 and notaryproject#772. Example output: ``` STORE TYPE STORE NAME CERTIFICATE ca myStore myCert.pem ``` Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
This PR updates the output format of
notation cert listcommand.Example output,
Resolves #609
Resolves #772