Documentation
¶
Index ¶
- func CheckStack(target Stack) (*auto.Stack, error)
- func DestroyStack(mCtx *mc.Context, targetStack Stack, opts ...ManagerOptions) error
- func GetOutputs(stack *auto.Stack) (auto.OutputMap, error)
- func UpStack(c *mc.Context, targetStack Stack, opts ...ManagerOptions) (auto.UpResult, error)
- func UpStackTargets(mCtx *mc.Context, targetStack Stack, targetURNs []string, ...) (auto.UpResult, error)
- type ManagerOptions
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestroyStack ¶
func DestroyStack(mCtx *mc.Context, targetStack Stack, opts ...ManagerOptions) error
func UpStackTargets ¶
Types ¶
type ManagerOptions ¶
type ManagerOptions struct {
// This option informs the manager the actions will be run on background
// through a routine so in that case we can not return exit but an error
Baground bool
}
type Stack ¶
type Stack struct {
ProjectName string
StackName string
BackedURL string
DeployFunc pulumi.RunFunc
ProviderCredentials credentials.ProviderCredentials
}
Click to show internal directories.
Click to hide internal directories.