stack

stack: string

Pulumi stack name for the current program.

Type

string

Example

CODE
import { stack } from '@jobcloud/pulumi-helpers/runtime';

console.log(stack);