feat(schema): add schema command to dump JSON Schema for zot config (#3905)

Fixes https://github.com/project-zot/zot/issues/3882

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2026-03-28 08:28:35 -07:00
committed by GitHub
parent 2fec21c839
commit 705939aed3
8 changed files with 632 additions and 12 deletions
+2
View File
@@ -234,6 +234,8 @@ func NewServerRootCmd() *cobra.Command {
rootCmd.AddCommand(newVerifyCmd(conf))
// "scrub"
rootCmd.AddCommand(newScrubCmd(conf))
// "schema"
rootCmd.AddCommand(newSchemaCmd())
// "verify-feature"
rootCmd.AddCommand(newVerifyFeatureCmd(conf))
// "version"