-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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(cli): add the repocred-list-example (#15690) #15869
feat(cli): add the repocred-list-example (#15690) #15869
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #15869 +/- ##
==========================================
- Coverage 49.67% 49.64% -0.03%
==========================================
Files 267 267
Lines 46383 46405 +22
==========================================
+ Hits 23039 23040 +1
- Misses 21084 21104 +20
- Partials 2260 2261 +1
☔ View full report in Codecov by Sentry. |
cmd/argocd/commands/repocreds.go
Outdated
# List all the configured repository credentials in yaml format | ||
argocd repocreds list -o yaml | ||
|
||
# List all the configured repository credentials in url format |
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.
The command prints the repository URLs and not the repository credentials in URL format. Change it to maybe:
List all repo urls or url patterns for repository credentials
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.
Got it!
Changes are made as per your suggestions
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.
Integration tests / Run unit tests with -race for Go packages (pull_request)
This workflow is failing and the error says Received unexpected error: Token is expired
@ishitasequeira Do we need to rerun the workflow in this case?
…kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
0dd2db5
to
d4366c9
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!!
…5869) * update the repocreds-list changes Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> * update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> --------- Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…5869) * update the repocreds-list changes Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> * update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> --------- Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> Signed-off-by: jmilic1 <70441727+jmilic1@users.noreply.github.com>
…5869) * update the repocreds-list changes Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> * update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> --------- Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…5869) * update the repocreds-list changes Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> * update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> --------- Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…5869) * update the repocreds-list changes Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> * update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> --------- Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…5869) * update the repocreds-list changes Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> * update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com> --------- Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
add the repocred-list-example (#15690)
Checklist: