@storm-software/pulumi-tools
Version:
Tools for managing Pulumi infrastructure within a Nx workspace.
19 lines (13 loc) • 474 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6N5USTKZjs = require('./chunk-6N5USTKZ.js');
// src/executors/refresh/executor.ts
var executor_default = _chunk6N5USTKZjs.withPulumiExecutor.call(void 0,
"refresh",
(options) => [
"--suppress-progress",
options.stack && `--stack=${options.stack}`,
options.skipPreview && "--skip-preview",
options.yes && "--yes"
]
);
exports.executor_default = executor_default;