-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feature/Added --list-services argument. #671
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
This pull request introduces 1 alert when merging 77c33f7 into 6cadac7 - view on LGTM.com new alerts:
|
@JJmako the current implementation requires authentication. would it be possible to implement it similarly to |
I have been chasing this. You need to authenticate to retrieve the services. If I do a parameter similar to --version I have to mock the services in a file. |
I believe you're right. I thought you could just instantiate a facade or ServiceConfig object and look at its attributes, but those require credentials to build. Therefore I think your approach is correct, I'll review and merge 👍 |
Codecov Report
@@ Coverage Diff @@
## develop #671 +/- ##
===========================================
- Coverage 65.21% 65.06% -0.15%
===========================================
Files 22 22
Lines 1515 1520 +5
===========================================
+ Hits 988 989 +1
- Misses 527 531 +4
Continue to review full report at Codecov.
|
Added
--list_services
argument, to resolve #467.With this option, all possible services are listed.