install_sli

package
v0.95.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "install-sli",
	Short:   "install sli - sikalabs internal utils",
	Aliases: []string{"isli"},
	Run: func(c *cobra.Command, args []string) {
		fmt.Print("Enter password: ")
		bytePassword, err := term.ReadPassword(int(syscall.Stdin))
		if err != nil {
			log.Fatal(err)
		}
		fmt.Println()

		installSli(string(bytePassword), FlagOS)

		fmt.Println("sli installed successfully to current folder! You can try it with `./sli` command.")
	},
}
View Source
var FlagOS string

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL