-
Notifications
You must be signed in to change notification settings - Fork 36
docs: add examples to some commands #572
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
| contextRemoveCmd := &cobra.Command{ | ||
| Use: "remove <system>", | ||
| Short: "Removes a context", | ||
| Use: "remove <name>", |
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.
FYI when you list, you get a NAME column, not a SYSTEM
$ zed context list
CURRENT NAME ENDPOINT TOKEN TLS CERT
local localhost:50051 <redacted> system
✓ example localhost:50051 <redacted> insecure
dddc295 to
6441c0b
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
==========================================
+ Coverage 39.28% 41.72% +2.44%
==========================================
Files 37 37
Lines 5448 4760 -688
==========================================
- Hits 2140 1986 -154
+ Misses 3063 2517 -546
- Partials 245 257 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tstirrat15
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
e57fda4 to
d1d70bd
Compare
tstirrat15
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
Co-authored-by: Tanner Stirrat <[email protected]>
d1d70bd to
d26cd98
Compare
authzed/docs#308