Documentation
¶
Index ¶
Constants ¶
View Source
const (
INSTALL_SCRIPT_URL = "https://raw.githubusercontent.com/tensorleap/leap-cli/master/install.sh"
)
Variables ¶
View Source
var RootCommand = &cobra.Command{ Use: "cli", Short: "Manage leap cli", Long: `Manage leap cli`, Run: func(cmd *cobra.Command, args []string) { if !showVersionInfo { _ = cmd.Help() return } fmt.Println(version.CliVersion) }, }
Functions ¶
func NewUpgradeCliCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.