chore(cmd): clean up commands (#9705)
Move infrastructure related commands to under `cmd/infra` and development stuff to `cmd/dev`. The default build command builds the regular user facing binaries: syncthing, stdiscosrv, and strelaysrv.
This commit is contained in:
@@ -25,7 +25,7 @@ type Release struct {
|
||||
Assets []Asset `json:"assets"`
|
||||
|
||||
// The HTML URL is needed for human readable links in the output created
|
||||
// by cmd/stupgrades.
|
||||
// by cmd/infra/stupgrades.
|
||||
HTMLURL string `json:"html_url"`
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ type Asset struct {
|
||||
Name string `json:"name"`
|
||||
|
||||
// The browser URL is needed for human readable links in the output created
|
||||
// by cmd/stupgrades.
|
||||
// by cmd/infra/stupgrades.
|
||||
BrowserURL string `json:"browser_download_url,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user