RemoteWorkspace is the execution context containing a single remote Pulumi project.

Methods

  • PREVIEW: Creates 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.

    Parameters

    • args: RemoteGitProgramArgs

      A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

    • Optional opts: RemoteWorkspaceOptions

      Additional customizations to be applied to the Workspace.

    Returns Promise<RemoteStack>

  • PREVIEW: 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.

    Parameters

    • args: RemoteGitProgramArgs

      A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

    • Optional opts: RemoteWorkspaceOptions

      Additional customizations to be applied to the Workspace.

    Returns Promise<RemoteStack>

Generated using TypeDoc