pulumi-cli-stack-output
Retrieve a specific stack output from a Pulumi program by specifying the working directory, stack name, and output name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workDir | Yes | The working directory of the program. | |
| stackName | No | The associated stack name. Defaults to 'dev'. | |
| outputName | No | The specific stack output name to retrieve. |