project

project: string

Pulumi project name for the current program.

Type

string

Example

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

console.log(project);