-
Notifications
You must be signed in to change notification settings - Fork 594
docs(cli): clarify documentation regarding per-user and per-host #4512
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
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.
As an aside, I believe this file should be renamed to command_policy_delete.go for consistency
860cc25 to
710715f
Compare
Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4512 +/- ##
==========================================
+ Coverage 75.86% 76.36% +0.49%
==========================================
Files 470 527 +57
Lines 37301 40047 +2746
==========================================
+ Hits 28299 30582 +2283
- Misses 7071 7447 +376
- Partials 1931 2018 +87 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for merging! |
The docs are somewhat unclear regarding per-host and per-user policies. This PR hopefully clarifies their behavior a bit in the docs
See also #4341