Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Flags = []cli.Flag{
&cli.BoolWithInverseFlag{
BoolFlag: &cli.BoolFlag{
Name: "i",
Usage: "Shows interactive prompt for username and password",
},
},
&cli.StringFlag{
Name: "username",
Usage: "Name of the root user",
Value: "root",
Sources: cli.EnvVars("VINCE_ROOT_USER"),
},
&cli.StringFlag{
Name: "password",
Usage: "password of the root user",
Value: "vince",
Sources: cli.EnvVars("VINCE_ROOT_PASSWORD"),
},
}
Functions ¶
func LoadClient ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.