Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ All notable changes to `src-cli` are documented in this file.
### Removed

- Removed `src sbom` and `src signature` commands. SBOMs and container signatures are no longer published as of Sourcegraph 7.1.0.
- Removed the `src teams` (`src team`) commands. Teams were removed in Sourcegraph 7.0 and the commands have refused to run against 7.x instances since src-cli 7.0.0.

## 6.7.1104

Expand Down
5 changes: 1 addition & 4 deletions cmd/src/doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import (
// deliberately left out of the commanders map in doc.go, so they render as a
// single page instead of a directory of subcommand pages. Every entry needs a
// reason.
var legacyGroupsWithoutSubcommandPages = map[string]string{
"teams.md": "teams were removed in Sourcegraph 7.0 (see checkTeamsAvailability); don't expand docs for a removed feature",
}
var legacyGroupsWithoutSubcommandPages = map[string]string{}

// expectedDocFiles is the full set of files 'src doc' is expected to write,
// relative to the output directory. Update it deliberately when adding or
Expand Down Expand Up @@ -94,7 +92,6 @@ var expectedDocFiles = []string{
"snapshot/summary.md",
"snapshot/test.md",
"snapshot/upload.md",
"teams.md",
"users/create.md",
"users/delete.md",
"users/get.md",
Expand Down
3 changes: 0 additions & 3 deletions cmd/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,9 @@ The commands are:
batch manages batch changes
code-intel manages code intelligence data
config manages global, org, and user settings
extensions,ext manages extensions (experimental)
extsvc manages external services
gateway interacts with Cody Gateway
login authenticate to a Sourcegraph instance with your user credentials
orgs,org manages organizations
teams,team manages teams
repos,repo manages repositories
search search for results on Sourcegraph
search-jobs manages search jobs
Expand Down
111 changes: 0 additions & 111 deletions cmd/src/team_members_list.go

This file was deleted.

88 changes: 0 additions & 88 deletions cmd/src/teams.go

This file was deleted.

96 changes: 0 additions & 96 deletions cmd/src/teams_create.go

This file was deleted.

Loading
Loading