Documentation
¶
Index ¶
- Constants
- Variables
- func RunStackpackConfirmManualStepsCommand(args *ManualStepsArgs) di.CmdWithApiFn
- func RunStackpackDescribeCommand(args *DescribeArgs) di.CmdWithApiFn
- func RunStackpackInstallCommand(args *InstallArgs) di.CmdWithApiFn
- func RunStackpackListCommand(args *ListArgs) di.CmdWithApiFn
- func RunStackpackListInstanceCommand(args *ListPropertiesArgs) di.CmdWithApiFn
- func RunStackpackListParameterCommand(args *ListPropertiesArgs) di.CmdWithApiFn
- func RunStackpackUninstallCommand(args *UninstallArgs) di.CmdWithApiFn
- func RunStackpackUpgradeCommand(args *UpgradeArgs) di.CmdWithApiFn
- func RunStackpackUploadCommand(args *UploadArgs) di.CmdWithApiFn
- func StackpackConfirmManualStepsCommand(cli *di.Deps) *cobra.Command
- func StackpackDescribeCommand(cli *di.Deps) *cobra.Command
- func StackpackInstallCommand(cli *di.Deps) *cobra.Command
- func StackpackListCommand(cli *di.Deps) *cobra.Command
- func StackpackListInstanceCommand(cli *di.Deps) *cobra.Command
- func StackpackListParameterCommand(cli *di.Deps) *cobra.Command
- func StackpackUninstallCommand(cli *di.Deps) *cobra.Command
- func StackpackUpgradeCommand(cli *di.Deps) *cobra.Command
- func StackpackUploadCommand(cli *di.Deps) *cobra.Command
- type DescribeArgs
- type InstallArgs
- type ListArgs
- type ListPropertiesArgs
- type ManualStepsArgs
- type UninstallArgs
- type UpgradeArgs
- type UploadArgs
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
Types ¶
type DescribeArgs ¶
type DescribeArgs struct {
Name string
}
type InstallArgs ¶
type ListPropertiesArgs ¶
type ListPropertiesArgs struct {
Name string
}
type ManualStepsArgs ¶
type UninstallArgs ¶
type UpgradeArgs ¶
type UploadArgs ¶
type UploadArgs struct {
FilePath string
}
Click to show internal directories.
Click to hide internal directories.