-
Notifications
You must be signed in to change notification settings - Fork 4
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
Display server-url #220
Display server-url #220
Conversation
Codecov ReportBase: 69.56% // Head: 69.47% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #220 +/- ##
=============================================
- Coverage 69.56% 69.47% -0.10%
+ Complexity 1058 1044 -14
=============================================
Files 47 47
Lines 5937 5939 +2
Branches 776 776
=============================================
- Hits 4130 4126 -4
Misses 1493 1493
- Partials 314 320 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
dockstore-client/src/main/java/io/dockstore/client/cli/Client.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
Description
Ever changed your
config
file and forgot which server you were accessing? Well we have a solution for you ;) This pr adds theserver-url
from your config file to the existing--server-metadata
command.Example output:
Charles brought up a great observation that this command is using the TRS 2.0.0-beta.2 API similar to a previous ticket so I've also created a new ticket to switch to the TRS 2.0.0 API.
Review Instructions
Build changes and run the
--server-metadata
command, ensure theserver-url
printed matches~/.dockstore/config
Issue
DOCK-2198
GitHub issue
Security
If there are any concerns that require extra attention from the security team, highlight them here.
Please make sure that you've checked the following before submitting your pull request. Thanks!
./mvnw clean install