Documentation ¶
Index ¶
- func CheckStack(target Stack) (*auto.Stack, error)
- func DestroyStack(targetStack Stack, opts ...ManagerOptions) (err error)
- func GetOutputs(stack *auto.Stack) (auto.OutputMap, error)
- func UpStack(targetStack Stack, opts ...ManagerOptions) (auto.UpResult, error)
- func UpStackTargets(targetStack Stack, targetURNs []string, opts ...ManagerOptions) (auto.UpResult, error)
- type ManagerOptions
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestroyStack ¶
func DestroyStack(targetStack Stack, opts ...ManagerOptions) (err 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.