command
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
typeProvider¶
type Provider struct {pulumi.ProviderResourceState}funcNewProvider¶
func NewProvider(ctx *pulumi.Context,namestring, args *ProviderArgs, opts ...pulumi.ResourceOption) (*Provider,error)
NewProvider registers a new resource with the given unique name, arguments, and options.
func (*Provider)ElementType¶
func (*Provider)ToProviderOutput¶
func (i *Provider) ToProviderOutput()ProviderOutput
func (*Provider)ToProviderOutputWithContext¶
func (i *Provider) ToProviderOutputWithContext(ctxcontext.Context)ProviderOutput
typeProviderArgs¶
type ProviderArgs struct {}The set of arguments for constructing a Provider resource.
func (ProviderArgs)ElementType¶
func (ProviderArgs) ElementType()reflect.Type
typeProviderInput¶
type ProviderInput interface {pulumi.InputToProviderOutput()ProviderOutputToProviderOutputWithContext(ctxcontext.Context)ProviderOutput}typeProviderOutput¶
type ProviderOutput struct{ *pulumi.OutputState }func (ProviderOutput)ElementType¶
func (ProviderOutput) ElementType()reflect.Type
func (ProviderOutput)ToProviderOutput¶
func (oProviderOutput) ToProviderOutput()ProviderOutput
func (ProviderOutput)ToProviderOutputWithContext¶
func (oProviderOutput) ToProviderOutputWithContext(ctxcontext.Context)ProviderOutput