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
if namespace is omitted, default to username (#372)
* if namespace is omitted, default to username
* just fetch the ID and do not worry about the username
* remove -namespace from help text
* Update internal/campaigns/service.go
Co-authored-by: Erik Seliger <[email protected]>
* explain the default
* cannot return a nil for a string
* Update cmd/src/campaigns_common.go
Co-authored-by: Thorsten Ball <[email protected]>
* Update internal/campaigns/service.go
Co-authored-by: Thorsten Ball <[email protected]>
* Update cmd/src/campaigns_apply.go
Co-authored-by: Thorsten Ball <[email protected]>
* Update internal/campaigns/service.go
Co-authored-by: Thorsten Ball <[email protected]>
* added CHANGELOG entry
Co-authored-by: Erik Seliger <[email protected]>
Co-authored-by: Thorsten Ball <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ All notable changes to `src-cli` are documented in this file.
13
13
14
14
### Added
15
15
16
+
- Commands for campaigns no longer require the `-namespace` parameter. If omitted, campaigns will use the currently authenticated user as the namespace. [#372](https://github.com/sourcegraph/src-cli/pull/372)
0 commit comments