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) { if verbose { log.SetLevel(log.DebugLevel) } else { log.SetLevel(log.PanicLevel) } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.