Add scripts command

This commit is contained in:
M. Mert Yildiran
2023-02-14 20:23:25 +03:00
parent 85da7f71ac
commit 41ba509428
8 changed files with 321 additions and 55 deletions

View File

@@ -11,7 +11,7 @@ var proxyCmd = &cobra.Command{
Use: "proxy",
Short: "Open the web UI (front-end) in the browser via proxy/port-forward",
RunE: func(cmd *cobra.Command, args []string) error {
runProxy()
runProxy(true)
return nil
},
}