Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionCmd = &cobra.Command{
Use: "version",
Short: "version 子命令.",
Long: "这是一个version 子命令",
Run: runVersion,
}
Functions ¶
func DeploymentCmd ¶
func ExitWithError ¶
func ExitWithError(err error)
func ExitWithErrorf ¶
func ExitWithErrorf(format string, a ...interface{})
func GeneralWrite ¶
func GeneratePasswordFunc ¶
Types ¶
type GlobalFlags ¶
GlobalFlags is the global flags for the whole client.
var CommandlineGlobalFlags GlobalFlags
Click to show internal directories.
Click to hide internal directories.