@storm-software/pulumi-tools
Version:
Tools for managing Pulumi infrastructure within a Nx workspace.
18 lines (12 loc) • 558 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6N5USTKZjs = require('./chunk-6N5USTKZ.js');
// src/executors/config/executor.ts
var executor_default = _chunk6N5USTKZjs.withPulumiExecutor.call(void 0, "config", (options) => [
options.action,
options.showSecrets && `--show-secrets`,
options.secret && `--secret`,
options.path && `--path`,
options.name && options.value && `"${options.name}" "${options.value}"`,
options.stack && `--stack=${options.stack}`
]);
exports.executor_default = executor_default;