3
0

Fix missing settings cli command

This commit is contained in:
Denis Arh 2021-01-08 08:25:51 +01:00
parent f21d5476e0
commit 1acb807b93

View File

@ -54,6 +54,7 @@ func (app *CortezaApp) InitCLI() {
systemCommands.Auth(app),
systemCommands.RBAC(app),
systemCommands.Sink(app),
systemCommands.Settings(),
systemCommands.Import(storeInit),
serveCmd,
upgradeCmd,