feat: improve console caching and provide build info (#3621)

* feat: improve console caching and provide build info

* Update info.go
This commit is contained in:
Livio Amstutz
2022-05-13 14:06:44 +02:00
committed by GitHub
parent 734cfdddae
commit 5571db3e1b
5 changed files with 66 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import (
"os"
"github.com/spf13/cobra"
"github.com/zitadel/zitadel/cmd"
)