-
Notifications
You must be signed in to change notification settings - Fork 90
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
cmd: remove deprecated commands #551
Conversation
Codecov Report
@@ Coverage Diff @@
## main #551 +/- ##
==========================================
+ Coverage 54.73% 55.09% +0.36%
==========================================
Files 92 91 -1
Lines 8589 8538 -51
==========================================
+ Hits 4701 4704 +3
+ Misses 3260 3208 -52
+ Partials 628 626 -2
Continue to review full report at Codecov.
|
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!
@@ -43,17 +43,13 @@ func New() *cobra.Command { | |||
return newRootCmd( | |||
newVersionCmd(runVersionCmd), | |||
newEnrCmd(runNewENR), | |||
// TODO(dhruv): remove genp2pkey command once charon-docker-compose and docs are updated |
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.
are the docs updated?
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.
Refactors create command, removing deprecated cmds
category: refactor
ticket: #550