Show / Hide Table of Contents

Class LocalProgramArgs

Description of a stack backed by pre-existing local Pulumi CLI program.

Inheritance
object
LocalWorkspaceOptions
LocalProgramArgs
Inherited Members
LocalWorkspaceOptions.WorkDir
LocalWorkspaceOptions.PulumiHome
LocalWorkspaceOptions.SecretsProvider
LocalWorkspaceOptions.Program
LocalWorkspaceOptions.Logger
LocalWorkspaceOptions.EnvironmentVariables
LocalWorkspaceOptions.ProjectSettings
LocalWorkspaceOptions.StackSettings
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class LocalProgramArgs : LocalWorkspaceOptions

Constructors

View Source

LocalProgramArgs(string, string)

Declaration
public LocalProgramArgs(string stackName, string workDir)
Parameters
Type Name Description
string stackName
string workDir

Properties

View Source

StackName

Declaration
public string StackName { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.