Documentation
¶
Index ¶
Constants ¶
View Source
const ( DeployKuboProfileType = "kubo" NsxAcceptanceTestsProfileType = "nsx-acceptance-tests" TypeNotSupportedError = cterror.Error("pipeline type is not supported") )
View Source
const (
EmptyParameterError = cterror.Error("parameter empty")
)
View Source
const (
FlyOutputParameterMissingError = cterror.Error("pipeline name, team, or target is missing, or provide an valid context name")
)
View Source
const (
JobNotFoundError = cterror.Error("job not found")
)
View Source
const (
TargetAndContextNameMissingError = cterror.Error("either target or context name should be provided")
)
Variables ¶
View Source
var (
ContextSetCmdParameterMissingError = cterror.Error("context name parameter is missing")
)
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func ValidateProfileTypes ¶
Types ¶
This section is empty.
Source Files
¶
- completion.go
- context.go
- context_create.go
- context_delete.go
- context_list.go
- context_set.go
- context_view.go
- deploy.go
- fly.go
- fly_artifacts.go
- fly_builds.go
- fly_config.go
- fly_delete.go
- fly_execute.go
- fly_jobs.go
- fly_log.go
- fly_login.go
- fly_output.go
- fly_status.go
- fly_targets.go
- fly_trigger.go
- fly_unpause.go
- generate.go
- open.go
- profile.go
- profile_create.go
- profile_delete.go
- profile_list.go
- profile_tag.go
- profile_update.go
- profile_view.go
- root.go
- secret.go
- template.go
- template_convert.go
- template_int.go
- template_keys.go
- types.go
- vars.go
- vars_get.go
- vars_keys.go
Click to show internal directories.
Click to hide internal directories.