mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
feat(cli): add command to interogate the server version and other details (#1709)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -11,4 +11,5 @@ func enableCli(rootCmd *cobra.Command) {
|
||||
rootCmd.AddCommand(NewCVECommand(NewSearchService()))
|
||||
rootCmd.AddCommand(NewRepoCommand(NewSearchService()))
|
||||
rootCmd.AddCommand(NewSearchCommand(NewSearchService()))
|
||||
rootCmd.AddCommand(NewServerStatusCommand())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user