@pulumi/pulumi
    Preparing search index...

    Interface RenameResult

    Output from renaming the Stack.

    interface RenameResult {
        stderr: string;
        stdout: string;
        summary: UpdateSummary;
    }
    Index

    Properties

    Properties

    stderr: string

    The standard error output from the rename.

    stdout: string

    The standard output from the rename.

    summary: UpdateSummary

    A summary of the rename.