-
Notifications
You must be signed in to change notification settings - Fork 69
Remove -endpoint flag #225
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
7e86a3b to
c338c39
Compare
|
Some of our LSIF docs mentions |
This change removes the -endpoint flag It also ensures the following: * Both env vars override the config file. * If a config file exists, either zero or both env vars must be specified. It is an error if only one is specified. This is to avoid confusion; we never merge config from the file and env vars.
c338c39 to
2fbad1d
Compare
|
This will likely break some admins’ usage of this script, which they may not have any good visibility into. We’ll need to think about: how do we communicate breaking changes to the CLI? Before merging this |
|
Adding more color to my comment: I think just documenting this in a new CHANGELOG.md file would be good enough. If you want to get more fancy, you could detect if |
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.
Looks good! Agree with @slimsag: it would be cool if you can start with a CHANGELOG.md
|
I've added a skeleton changelog, I assume we didn't want any historical changes in there? |
|
Yep, looks good! |
This reverts commit a167443. This broke some existing users of src-cli. Another PR will make this a more graceful deprecation.
* Remove -endpoint flag This change removes the -endpoint flag It also ensures the following: * Both env vars override the config file. * If a config file exists, either zero or both env vars must be specified. It is an error if only one is specified. This is to avoid confusion; we never merge config from the file and env vars. * Add CHANGELOG.md * Add another pending change
This change removes the -endpoint flag
It also ensures the following:
specified. It is an error if only one is specified. This is
to avoid confusion; we never merge config from the file and env vars.
Closes: #222