Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately.
func SetVersionInfo ¶
func SetVersionInfo(v, c, d string)
SetVersionInfo sets version information for the CLI
Types ¶
type GitHubRelease ¶
type TraefikAction ¶ added in v0.1.1
type TraefikAction string
TraefikAction represents an action to perform on Traefik
const ( TraefikActionStart TraefikAction = "start" TraefikActionStop TraefikAction = "stop" TraefikActionRestart TraefikAction = "restart" TraefikActionInfo TraefikAction = "info" )
Source Files
¶
- catalog.go
- common.go
- config.go
- depends.go
- env.go
- env_edit.go
- env_refresh.go
- env_set.go
- env_unset.go
- info.go
- init.go
- install.go
- list.go
- logs.go
- monitor.go
- project.go
- project_add.go
- project_build.go
- project_list.go
- project_remove.go
- project_run.go
- remove.go
- restart.go
- root.go
- self.go
- start.go
- stop.go
- uninstall.go
- upgrade.go
- utils.go
- version.go
Click to show internal directories.
Click to hide internal directories.