Static
createCreates or selects an existing stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (preview, update, refresh, and destroy) are performed remotely.
A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.
Optional
opts: RemoteWorkspaceOptionsAdditional customizations to be applied to the Workspace.
Static
createCreates a stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (preview, update, refresh, and destroy) are performed remotely.
A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.
Optional
opts: RemoteWorkspaceOptionsAdditional customizations to be applied to the Workspace.
Static
selectSelects an existing stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (preview, update, refresh, and destroy) are performed remotely.
A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.
Optional
opts: RemoteWorkspaceOptionsAdditional customizations to be applied to the Workspace.
Generated using TypeDoc
RemoteWorkspace is the execution context containing a single remote Pulumi project.