Documentation ¶
Index ¶
- Variables
- func CmdApp(c *cli.Context)
- func CmdAppCreate(c *cli.Context)
- func CmdAppLs(c *cli.Context)
- func CmdAppPkg(c *cli.Context)
- func CmdBuild(c *cli.Context)
- func CmdCDN(c *cli.Context)
- func CmdCDNLink(c *cli.Context)
- func CmdCDNLs(c *cli.Context)
- func CmdCDNRm(c *cli.Context)
- func CmdCDNUpload(c *cli.Context)
- func CmdDoctor(c *cli.Context)
- func CmdEnv(c *cli.Context)
- func CmdEnvBashConfig(c *cli.Context)
- func CmdEnvCreate(c *cli.Context)
- func CmdEnvLs(c *cli.Context)
- func CmdEnvPassword(c *cli.Context)
- func CmdEnvSshConfig(c *cli.Context)
- func CmdEnvUse(c *cli.Context)
- func CmdHost(c *cli.Context)
- func CmdHostCreate(c *cli.Context)
- func CmdHostLs(c *cli.Context)
- func CmdInit(c *cli.Context)
- func CmdNetwork(c *cli.Context)
- func CmdNetworkCreate(c *cli.Context)
- func CmdNetworkLs(c *cli.Context)
- func CmdPowershell(c *cli.Context)
- func CmdSsh(c *cli.Context)
- func CmdTf(c *cli.Context)
- func CmdTfApply(c *cli.Context)
- func CmdTfDestroy(c *cli.Context)
- func CmdTfInit(c *cli.Context)
- func CmdTfOutput(c *cli.Context)
- func CmdTfPlan(c *cli.Context)
- func CmdTfRefresh(c *cli.Context)
- func CmdTfState(c *cli.Context)
- func CmdUpdate(c *cli.Context)
- func GetS3Service(c *competition.Competition, e *competition.Environment) *s3.S3
- func InitConfig() (*competition.Competition, *competition.Environment)
- func PublicKeyFile(file string) (ssh.AuthMethod, error)
- func SetTeamID(c *cli.Context, e *competition.Environment)
- func TFCheck()
- func TFRun(args []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TeamID int Parallelism int )
Functions ¶
func CmdAppCreate ¶
func CmdCDNLink ¶ added in v1.0.8
func CmdCDNUpload ¶ added in v1.0.8
func CmdEnvBashConfig ¶ added in v1.0.10
func CmdEnvCreate ¶
func CmdEnvPassword ¶
func CmdEnvSshConfig ¶
func CmdHostCreate ¶
func CmdNetwork ¶
func CmdNetworkCreate ¶
func CmdNetworkLs ¶
func CmdPowershell ¶
func CmdTfApply ¶
func CmdTfDestroy ¶
func CmdTfOutput ¶
func CmdTfRefresh ¶
func CmdTfState ¶
func GetS3Service ¶ added in v1.0.8
func GetS3Service(c *competition.Competition, e *competition.Environment) *s3.S3
func InitConfig ¶
func InitConfig() (*competition.Competition, *competition.Environment)
func PublicKeyFile ¶
func PublicKeyFile(file string) (ssh.AuthMethod, error)
func SetTeamID ¶
func SetTeamID(c *cli.Context, e *competition.Environment)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.