-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: implement xlinectl snapshot
and auth
commands
#425
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #425 +/- ##
==========================================
+ Coverage 54.09% 54.30% +0.21%
==========================================
Files 102 102
Lines 17150 17355 +205
Branches 17150 17355 +205
==========================================
+ Hits 9277 9425 +148
- Misses 7306 7359 +53
- Partials 567 571 +4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
326f62e
to
c9e6ddf
Compare
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: bsbds <69835502+bsbds@users.noreply.github.com>
c9e6ddf
to
8a3c874
Compare
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
Based on: #424
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)