Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.19 KB

File metadata and controls

49 lines (30 loc) · 2.19 KB

Changelog

All notable changes to src-cli are documented in this file.

3.17.0

Added

  • New command src serve-git which can serve local repositories for Sourcegraph to clone. This was previously in a command called src-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

Changed

Fixed

3.16.1

Fixed

  • Fix inferred root for lsif upload command. #248

Removed

  • Removed clone-in-progress flag. #246

3.16

Added

  • Add --no-progress flag to the lsif upload command to disable verbose output in non-TTY environments.
  • SRC_HEADER_AUTHORIZATION="Bearer $(...)" is now supported for authenticating src with 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

Changed

  • The terminal UI has been replaced by the logger-based UI that was previously only visible in verbose-mode (-v). #228
  • Deprecated the -endpoint flag. Instead, use the SRC_ENDPOINT environment variable. #235

Fixed

Removed