All notable changes to src-cli are documented in this file.
- New command
src serve-gitwhich can serve local repositories for Sourcegraph to clone. This was previously in a command calledsrc-expose. See serving local repositories in our documentation to find out more. #12363 - When used with Sourcegraph 3.18 or later, campaigns can now be created on GitLab. #231
- Fix inferred root for lsif upload command. #248
- Removed
clone-in-progressflag. #246
- Add
--no-progressflag to thelsif uploadcommand to disable verbose output in non-TTY environments. SRC_HEADER_AUTHORIZATION="Bearer $(...)"is now supported for authenticatingsrcwith custom auth proxies. See auth proxy configuration docs for more information. #239- Pull missing docker images automatically. #191
- Searches that result in errors will now display any alerts returned by Sourcegraph, including suggestions for how the search could be corrected. #221