-
Notifications
You must be signed in to change notification settings - Fork 152
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(mnq): add a create-context nats custom command #3655
feat(mnq): add a create-context nats custom command #3655
Conversation
{ | ||
Name: "credentials-name", | ||
Short: "Name of the created credentials", | ||
Default: core.RandomValueGenerator("mnq"), |
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.
Could you make sure that both files have matching names.
return nil | ||
} | ||
|
||
func extractFileName(path string, ext string) string { |
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.
Could filepath.Base() work ? Could you change the name?
bfad3af
to
6ec015e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3655 +/- ##
==========================================
- Coverage 75.98% 75.87% -0.12%
==========================================
Files 184 189 +5
Lines 41494 42597 +1103
==========================================
+ Hits 31530 32319 +789
- Misses 8815 9091 +276
- Partials 1149 1187 +38 ☔ View full report in Codecov by Sentry. |
9236ac0
to
0532e98
Compare
0532e98
to
588fe1f
Compare
Community Note
Relates OR Closes #0000
Release note for CHANGELOG: