mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
refactor(cli): added equivalent subcommands for each flag combination under every command (#1674)
- image command is now deprecated in favor of 'images' - cve command is now deprecated in favor of 'cves' Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ func TestServe(t *testing.T) {
|
||||
Convey("config with missing rootDir", func(c C) {
|
||||
rootDir := t.TempDir()
|
||||
|
||||
// missing storag config should result in an error in Controller.Init()
|
||||
// missing storage config should result in an error in Controller.Init()
|
||||
content := []byte(`{
|
||||
"distSpecVersion": "1.1.0-dev",
|
||||
"http": {
|
||||
|
||||
Reference in New Issue
Block a user