You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ All notable changes to `src-cli` are documented in this file.
13
13
14
14
### Added
15
15
16
+
### Changed
17
+
18
+
### Fixed
19
+
20
+
### Removed
21
+
22
+
## 3.16
23
+
24
+
### Added
25
+
26
+
- Add `--no-progress` flag to the `lsif upload` command to disable verbose output in non-TTY environments.
16
27
-`SRC_HEADER_AUTHORIZATION="Bearer $(...)"` is now supported for authenticating `src` with custom auth proxies. See [auth proxy configuration docs](AUTH_PROXY.md) for more information. [#239](https://github.com/sourcegraph/src-cli/pull/239)
- Searches that result in errors will now display any alerts returned by Sourcegraph, including suggestions for how the search could be corrected. [#221](https://github.com/sourcegraph/src-cli/pull/221)
0 commit comments