CLI repo sync: Show forge-remote-id (#2125)

Backport #2103 

Because you need the `forge-remote-id` to supply as an argument to `repo
add`
This commit is contained in:
runephilosof-karnovgroup 2023-08-07 09:53:39 +02:00 committed by GitHub
parent 666b59d0d2
commit 4b0db4ec86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,4 +53,4 @@ func repoList(c *cli.Context) error {
}
// template for repository list items
var tmplRepoList = "\x1b[33m{{ .FullName }}\x1b[0m (id: {{ .ID }})"
var tmplRepoList = "\x1b[33m{{ .FullName }}\x1b[0m (id: {{ .ID }}, forgeRemoteID: {{ .ForgeRemoteID }})"