Skip to content

Commit 3a48ac7

Browse files
authored
Remove deprecated campaign and campaigns command aliases (#626)
1 parent a780168 commit 3a48ac7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ All notable changes to `src-cli` are documented in this file.
4444
### Fixed
4545

4646
- `src batch repos` failed with a template error in src-cli 3.31.1 and 3.32.0. This has been fixed. [#625](https://github.com/sourcegraph/src-cli/pull/625)
47+
- The `src campaign` and `src campaigns` commands have been removed in favor of `src batch`. [#626](https://github.com/sourcegraph/src-cli/pull/626)
4748

4849
## 3.31.1
4950

cmd/src/batch.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Use "src batch [command] -h" for more information about a command.
4343
"batchchanges",
4444
"batch-changes",
4545
"batches",
46-
"campaign",
47-
"campaigns",
4846
},
4947
handler: handler,
5048
usageFunc: func() { fmt.Println(usage) },

0 commit comments

Comments
 (0)