Skip to content

Commit

Permalink
add refs local alias repo ls (#9320)
Browse files Browse the repository at this point in the history
* add refs local alias repo ls

* add test for /repo/ls

Co-authored-by: Nikhilesh Susarla <nikhilesh.susarla@cylogic.com>
  • Loading branch information
susarlanikhilesh and Nikhilesh Susarla committed Oct 13, 2022
1 parent 007c960 commit 553d3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func TestCommands(t *testing.T) {
"/repo/stat",
"/repo/verify",
"/repo/version",
"/repo/ls",
"/resolve",
"/shutdown",
"/stats",
Expand Down
1 change: 1 addition & 0 deletions core/commands/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var RepoCmd = &cmds.Command{
"version": repoVersionCmd,
"verify": repoVerifyCmd,
"migrate": repoMigrateCmd,
"ls": RefsLocalCmd,
},
}

Expand Down

0 comments on commit 553d3e0

Please sign in to comment.