UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

17 lines (11 loc) 428 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); var _chunk6N5USTKZjs = require('./chunk-6N5USTKZ.js'); // src/executors/preview/executor.ts var executor_default = _chunk6N5USTKZjs.withPulumiExecutor.call(void 0, "preview", (options) => [ options.stack && `--stack=${options.stack}`, options.expectNoChanges && "--expect-no-changes" ] ); exports.executor_default = executor_default;