stackpack

package
v0.9.8-0...-1472f5b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InstalledFlag        = "installed"
	ParameterFlag        = "parameter"
	IdFlag               = "id"
	NameFlag             = "name"
	UnlockedStrategyFlag = "unlocked-strategy"
)
View Source
const (
	Name      = "name"
	NameUsage = "StackPack name"
)

Variables

View Source
var (
	UnlockedStrategyChoices = []string{"fail", "skip", "overwrite"}
)

Functions

func RunStackpackConfirmManualStepsCommand

func RunStackpackConfirmManualStepsCommand(args *ManualStepsArgs) di.CmdWithApiFn

func RunStackpackDescribeCommand

func RunStackpackDescribeCommand(args *DescribeArgs) di.CmdWithApiFn

func RunStackpackInstallCommand

func RunStackpackInstallCommand(args *InstallArgs) di.CmdWithApiFn

func RunStackpackListCommand

func RunStackpackListCommand(args *ListArgs) di.CmdWithApiFn

func RunStackpackListInstanceCommand

func RunStackpackListInstanceCommand(args *ListPropertiesArgs) di.CmdWithApiFn

func RunStackpackListParameterCommand

func RunStackpackListParameterCommand(args *ListPropertiesArgs) di.CmdWithApiFn

func RunStackpackUninstallCommand

func RunStackpackUninstallCommand(args *UninstallArgs) di.CmdWithApiFn

func RunStackpackUpgradeCommand

func RunStackpackUpgradeCommand(args *UpgradeArgs) di.CmdWithApiFn

func RunStackpackUploadCommand

func RunStackpackUploadCommand(args *UploadArgs) di.CmdWithApiFn

func StackpackConfirmManualStepsCommand

func StackpackConfirmManualStepsCommand(cli *di.Deps) *cobra.Command

func StackpackDescribeCommand

func StackpackDescribeCommand(cli *di.Deps) *cobra.Command

func StackpackInstallCommand

func StackpackInstallCommand(cli *di.Deps) *cobra.Command

func StackpackListCommand

func StackpackListCommand(cli *di.Deps) *cobra.Command

func StackpackListInstanceCommand

func StackpackListInstanceCommand(cli *di.Deps) *cobra.Command

func StackpackListParameterCommand

func StackpackListParameterCommand(cli *di.Deps) *cobra.Command

func StackpackUninstallCommand

func StackpackUninstallCommand(cli *di.Deps) *cobra.Command

func StackpackUpgradeCommand

func StackpackUpgradeCommand(cli *di.Deps) *cobra.Command

func StackpackUploadCommand

func StackpackUploadCommand(cli *di.Deps) *cobra.Command

Types

type DescribeArgs

type DescribeArgs struct {
	Name string
}

type InstallArgs

type InstallArgs struct {
	Name             string
	UnlockedStrategy string
	Params           map[string]string
}

type ListArgs

type ListArgs struct {
	Installed bool
}

type ListPropertiesArgs

type ListPropertiesArgs struct {
	Name string
}

type ManualStepsArgs

type ManualStepsArgs struct {
	TypeName string
	ID       int64
}

type UninstallArgs

type UninstallArgs struct {
	Name string
	Id   int64
}

type UpgradeArgs

type UpgradeArgs struct {
	TypeName         string
	UnlockedStrategy string
}

type UploadArgs

type UploadArgs struct {
	FilePath string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL