Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultDatahubAddress = "127.0.0.1:50050"
)
Variables ¶
View Source
var ( InteractiveCmd = &cobra.Command{ Use: "interactive", Short: "interactive interface to management keycode", Long: "", Run: func(cmd *cobra.Command, args []string) { interactive() }, } )
View Source
var RootCmd = &cobra.Command{ Use: "license-utils", Short: "datahub keycode related utilities", Long: "", TraverseChildren: true, }
View Source
var ( VersionCmd = &cobra.Command{ Use: "version", Short: "Display the datahub license-utils version", Long: "", Run: func(cmd *cobra.Command, args []string) { app.PrintSoftwareVer() }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.