@storm-software/pulumi-tools
Version:
Tools for managing Pulumi infrastructure within a Nx workspace.
16 lines (10 loc) • 458 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunk5SAOUX32js = require('./chunk-5SAOUX32.js');
// src/executors/refresh/executor.ts
var executor_default = _chunk5SAOUX32js.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;