mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
added repos command to list repositories
Signed-off-by: Lisca Ana-Roberta <ana.kagome@yahoo.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
66484c8ca9
commit
111b80625d
@@ -9,4 +9,5 @@ func enableCli(rootCmd *cobra.Command) {
|
||||
rootCmd.AddCommand(NewConfigCommand())
|
||||
rootCmd.AddCommand(NewImageCommand(NewSearchService()))
|
||||
rootCmd.AddCommand(NewCveCommand(NewSearchService()))
|
||||
rootCmd.AddCommand(NewRepoCommand(NewSearchService()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user