Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Settings defines global flags and settings Settings env.Settings )
Functions ¶
func NewKudoctlCmd ¶
NewKudoctlCmd creates a new root command for kudoctl
func NewPlanHistoryCmd ¶ added in v0.6.0
NewPlanHistoryCmd creates a command that shows the plan history of an instance.
func NewPlanStatusCmd ¶ added in v0.6.0
NewPlanStatusCmd creates a new command that shows the status of an instance by looking at its current plan
func NewPlanTriggerCmd ¶ added in v0.11.0
NewPlanTriggerCmd creates a command that triggers a specific plan for an instance.
Types ¶
type Parameters ¶ added in v0.18.0
func (Parameters) Len ¶ added in v0.18.0
func (p Parameters) Len() int
Len returns the number of params. This is needed to allow sorting of params.
func (Parameters) Less ¶ added in v0.18.0
func (p Parameters) Less(x, y int) bool
Less returns true if the name of a param a is less than the name of param b. This is needed to allow sorting of params.
func (Parameters) Swap ¶ added in v0.18.0
func (p Parameters) Swap(i, j int)
Swap swaps the position of two items in the params slice. This is needed to allow sorting of params.
type VersionForOutput ¶ added in v0.17.0
Source Files ¶
- diagnostics.go
- get.go
- init.go
- install.go
- package.go
- package_add.go
- package_add_maintainer.go
- package_add_parameter.go
- package_add_plan.go
- package_add_task.go
- package_create.go
- package_list.go
- package_list_params.go
- package_list_plans.go
- package_list_tasks.go
- package_new.go
- package_verify.go
- plan.go
- repo.go
- repo_add.go
- repo_context.go
- repo_index.go
- repo_list.go
- repo_remove.go
- root.go
- search.go
- test.go
- uninstall.go
- update.go
- upgrade.go
- version.go
Click to show internal directories.
Click to hide internal directories.