Documentation ¶
Index ¶
Constants ¶
View Source
const ConduitPaths = "paths"
View Source
const DefaultVersionString = "unavailable"
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "conduit", Short: "conduit manages the Conduit service mesh", Long: `conduit manages the Conduit service mesh.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { level, err := log.ParseLevel(logLevel) if err != nil { log.Fatalf("invalid log-level: %s", logLevel) } log.SetLevel(level) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.