mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-05 19:21:23 -06:00
[server] Re-enable admin storage command
This commit is contained in:
@@ -2,6 +2,7 @@ package admin
|
||||
|
||||
import (
|
||||
"github.com/shroff/phylum/server/internal/command/admin/schema"
|
||||
"github.com/shroff/phylum/server/internal/command/admin/storage"
|
||||
"github.com/shroff/phylum/server/internal/command/admin/user"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
@@ -14,7 +15,7 @@ func SetupCommand() *cobra.Command {
|
||||
cmd.AddCommand([]*cobra.Command{
|
||||
user.SetupCommand(),
|
||||
schema.SetupCommand(),
|
||||
// storage.SetupCommand(),
|
||||
storage.SetupCommand(),
|
||||
}...)
|
||||
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user