Skip to content

Commit

Permalink
CLI repo sync: Show forge-remote-id (#2125)
Browse files Browse the repository at this point in the history
Backport #2103 

Because you need the `forge-remote-id` to supply as an argument to `repo
add`
  • Loading branch information
runephilosof-karnovgroup authored Aug 7, 2023
1 parent 666b59d commit 4b0db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/repo/repo_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})"

0 comments on commit 4b0db4e

Please sign in to comment.