@storm-software/pulumi-tools 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/chunk-23KFTIT2.mjs +0 -0
- package/dist/chunk-3GQAWCBQ.js +13 -0
- package/dist/chunk-3I666OI5.js +17 -0
- package/dist/chunk-4BDVESFO.mjs +109 -0
- package/dist/chunk-53MF6VMZ.js +18 -0
- package/dist/chunk-A6SQY5H3.js +16 -0
- package/dist/chunk-AJZ5SHGR.js +15 -0
- package/dist/chunk-ANLNSAGB.mjs +16 -0
- package/dist/chunk-CA7S5MOH.mjs +0 -0
- package/dist/chunk-CFSEZM76.js +13 -0
- package/dist/chunk-DBLK3NPE.js +20 -0
- package/dist/chunk-DFO7BOCT.js +35 -0
- package/dist/chunk-F6BX5YBK.mjs +15 -0
- package/dist/chunk-FLIBLJZ5.mjs +4586 -0
- package/dist/chunk-GTCRGRK2.mjs +20 -0
- package/dist/chunk-GUQOEBFW.js +1 -0
- package/dist/chunk-LZVNTYR3.js +109 -0
- package/dist/chunk-N2YKXZ5R.js +1 -0
- package/dist/chunk-QWZKKPML.mjs +18 -0
- package/dist/chunk-U64WWLJ7.mjs +35 -0
- package/dist/chunk-UV4HQO3Y.mjs +0 -0
- package/dist/chunk-XO62WWX4.js +1 -0
- package/dist/chunk-XUV4U54K.mjs +21 -0
- package/dist/chunk-XVKT7UGE.mjs +13 -0
- package/dist/chunk-Z2BSLIJ7.js +4585 -0
- package/dist/chunk-Z7XF6QIZ.mjs +17 -0
- package/dist/executors.d.mts +10 -0
- package/dist/executors.d.ts +10 -0
- package/dist/executors.js +9 -0
- package/dist/executors.mjs +9 -0
- package/dist/generators-Bk-gnn2s.d.ts +30 -0
- package/dist/generators-kdwvS-eX.d.mts +30 -0
- package/dist/generators.d.mts +5 -0
- package/dist/generators.d.ts +5 -0
- package/dist/generators.js +10 -0
- package/dist/generators.mjs +10 -0
- package/dist/index.d.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +26 -0
- package/dist/index.mjs +26 -0
- package/dist/schema.d-0Y4jyHfI.d.ts +11 -0
- package/dist/schema.d-BBpw11tM.d.ts +8 -0
- package/dist/schema.d-BCkJFwHO.d.mts +11 -0
- package/dist/schema.d-BTpgEb0Q.d.mts +8 -0
- package/dist/schema.d-C3zluSfr.d.mts +7 -0
- package/dist/schema.d-CWp7y_9i.d.mts +8 -0
- package/dist/schema.d-D2EQU5UL.d.mts +11 -0
- package/dist/schema.d-DhkOAnzb.d.ts +8 -0
- package/dist/schema.d-Dri9rCeV.d.ts +11 -0
- package/dist/schema.d-i8onVGak.d.ts +7 -0
- package/dist/src/base/base-executor.d.mts +44 -0
- package/dist/src/base/base-executor.d.ts +44 -0
- package/dist/src/base/base-executor.js +8 -0
- package/dist/src/base/base-executor.mjs +8 -0
- package/dist/src/base/index.d.mts +6 -0
- package/dist/src/base/index.d.ts +6 -0
- package/dist/src/base/index.js +15 -0
- package/dist/src/base/index.mjs +15 -0
- package/dist/src/base/providers.d.mts +8 -0
- package/dist/src/base/providers.d.ts +8 -0
- package/dist/src/base/providers.js +9 -0
- package/dist/src/base/providers.mjs +9 -0
- package/dist/src/executors/config/executor.d.mts +12 -0
- package/dist/src/executors/config/executor.d.ts +12 -0
- package/dist/src/executors/config/executor.js +9 -0
- package/dist/src/executors/config/executor.mjs +9 -0
- package/dist/src/executors/import/executor.d.mts +12 -0
- package/dist/src/executors/import/executor.d.ts +12 -0
- package/dist/src/executors/import/executor.js +9 -0
- package/dist/src/executors/import/executor.mjs +9 -0
- package/dist/src/executors/preview/executor.d.mts +12 -0
- package/dist/src/executors/preview/executor.d.ts +12 -0
- package/dist/src/executors/preview/executor.js +9 -0
- package/dist/src/executors/preview/executor.mjs +9 -0
- package/dist/src/executors/refresh/executor.d.mts +12 -0
- package/dist/src/executors/refresh/executor.d.ts +12 -0
- package/dist/src/executors/refresh/executor.js +9 -0
- package/dist/src/executors/refresh/executor.mjs +9 -0
- package/dist/src/executors/up/executor.d.mts +12 -0
- package/dist/src/executors/up/executor.d.ts +12 -0
- package/dist/src/executors/up/executor.js +9 -0
- package/dist/src/executors/up/executor.mjs +9 -0
- package/dist/src/generators/init/generator.d.mts +5 -0
- package/dist/src/generators/init/generator.d.ts +5 -0
- package/dist/src/generators/init/generator.js +11 -0
- package/dist/src/generators/init/generator.mjs +11 -0
- package/dist/src/generators/init/schema.d.ts +1 -1
- package/dist/tsup.config.d.mts +5 -0
- package/dist/tsup.config.d.ts +5 -0
- package/dist/tsup.config.js +34 -0
- package/dist/tsup.config.mjs +34 -0
- package/dist/types-CIJRaFHD.d.mts +1185 -0
- package/dist/types-CIJRaFHD.d.ts +1185 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
withPulumiExecutor
|
|
3
|
+
} from "./chunk-U64WWLJ7.mjs";
|
|
4
|
+
|
|
5
|
+
// src/executors/config/executor.ts
|
|
6
|
+
var executor_default = withPulumiExecutor("config", (options) => [
|
|
7
|
+
options.action,
|
|
8
|
+
options.showSecrets && `--show-secrets`,
|
|
9
|
+
options.secret && `--secret`,
|
|
10
|
+
options.path && `--path`,
|
|
11
|
+
options.name && options.value && `"${options.name}" "${options.value}"`,
|
|
12
|
+
options.stack && `--stack=${options.stack}`
|
|
13
|
+
]);
|
|
14
|
+
|
|
15
|
+
export {
|
|
16
|
+
executor_default
|
|
17
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { C as ConfigExecutorSchema } from './schema.d-D2EQU5UL.mjs';
|
|
2
|
+
export { I as ImportExecutorSchema } from './schema.d-CWp7y_9i.mjs';
|
|
3
|
+
export { P as PreviewExecutorSchema } from './schema.d-C3zluSfr.mjs';
|
|
4
|
+
export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
|
|
5
|
+
export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
|
|
6
|
+
import './src/base/base-executor.mjs';
|
|
7
|
+
import '@nx/devkit';
|
|
8
|
+
import './types-CIJRaFHD.mjs';
|
|
9
|
+
import 'zod';
|
|
10
|
+
import '@storm-software/workspace-tools';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { C as ConfigExecutorSchema } from './schema.d-0Y4jyHfI.js';
|
|
2
|
+
export { I as ImportExecutorSchema } from './schema.d-BBpw11tM.js';
|
|
3
|
+
export { P as PreviewExecutorSchema } from './schema.d-i8onVGak.js';
|
|
4
|
+
export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
|
|
5
|
+
export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
|
|
6
|
+
import './src/base/base-executor.js';
|
|
7
|
+
import '@nx/devkit';
|
|
8
|
+
import './types-CIJRaFHD.js';
|
|
9
|
+
import 'zod';
|
|
10
|
+
import '@storm-software/workspace-tools';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
+
require('./chunk-A6SQY5H3.js');
|
|
3
|
+
require('./chunk-CFSEZM76.js');
|
|
4
|
+
require('./chunk-AJZ5SHGR.js');
|
|
5
|
+
require('./chunk-53MF6VMZ.js');
|
|
6
|
+
require('./chunk-3I666OI5.js');
|
|
7
|
+
require('./chunk-DFO7BOCT.js');
|
|
8
|
+
require('./chunk-Z2BSLIJ7.js');
|
|
9
|
+
require('./chunk-3GQAWCBQ.js');
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
+
import "./chunk-ANLNSAGB.mjs";
|
|
3
|
+
import "./chunk-XVKT7UGE.mjs";
|
|
4
|
+
import "./chunk-F6BX5YBK.mjs";
|
|
5
|
+
import "./chunk-QWZKKPML.mjs";
|
|
6
|
+
import "./chunk-Z7XF6QIZ.mjs";
|
|
7
|
+
import "./chunk-U64WWLJ7.mjs";
|
|
8
|
+
import "./chunk-FLIBLJZ5.mjs";
|
|
9
|
+
import "./chunk-XUV4U54K.mjs";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
|
|
2
|
+
import { Tree, GeneratorCallback } from '@nx/devkit';
|
|
3
|
+
import { S as StormConfig } from './types-CIJRaFHD.js';
|
|
4
|
+
|
|
5
|
+
// Generated by @storm-software/untyped
|
|
6
|
+
// Do not edit this file directly
|
|
7
|
+
|
|
8
|
+
interface BaseGeneratorSchema {
|
|
9
|
+
/**
|
|
10
|
+
* Directory
|
|
11
|
+
*
|
|
12
|
+
* The directory to create the library in
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
directory?: string,
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
interface InitGeneratorSchema extends BaseGeneratorSchema {
|
|
19
|
+
name?: string;
|
|
20
|
+
directory?: string;
|
|
21
|
+
provider?: Provider;
|
|
22
|
+
secretsProvider?: string;
|
|
23
|
+
login?: string;
|
|
24
|
+
skipFormat?: boolean;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare function initGeneratorFn(tree: Tree, options: InitGeneratorSchema, config: StormConfig): Promise<GeneratorCallback>;
|
|
28
|
+
declare const _default: (tree: Tree, _options: InitGeneratorSchema) => Promise<GeneratorCallback | _storm_software_workspace_tools.BaseGeneratorResult>;
|
|
29
|
+
|
|
30
|
+
export { type InitGeneratorSchema as I, _default as _, initGeneratorFn as i };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
|
|
2
|
+
import { Tree, GeneratorCallback } from '@nx/devkit';
|
|
3
|
+
import { S as StormConfig } from './types-CIJRaFHD.mjs';
|
|
4
|
+
|
|
5
|
+
// Generated by @storm-software/untyped
|
|
6
|
+
// Do not edit this file directly
|
|
7
|
+
|
|
8
|
+
interface BaseGeneratorSchema {
|
|
9
|
+
/**
|
|
10
|
+
* Directory
|
|
11
|
+
*
|
|
12
|
+
* The directory to create the library in
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
directory?: string,
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
interface InitGeneratorSchema extends BaseGeneratorSchema {
|
|
19
|
+
name?: string;
|
|
20
|
+
directory?: string;
|
|
21
|
+
provider?: Provider;
|
|
22
|
+
secretsProvider?: string;
|
|
23
|
+
login?: string;
|
|
24
|
+
skipFormat?: boolean;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare function initGeneratorFn(tree: Tree, options: InitGeneratorSchema, config: StormConfig): Promise<GeneratorCallback>;
|
|
28
|
+
declare const _default: (tree: Tree, _options: InitGeneratorSchema) => Promise<GeneratorCallback | _storm_software_workspace_tools.BaseGeneratorResult>;
|
|
29
|
+
|
|
30
|
+
export { type InitGeneratorSchema as I, _default as _, initGeneratorFn as i };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkLZVNTYR3js = require('./chunk-LZVNTYR3.js');
|
|
5
|
+
require('./chunk-DBLK3NPE.js');
|
|
6
|
+
require('./chunk-Z2BSLIJ7.js');
|
|
7
|
+
require('./chunk-3GQAWCBQ.js');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.initGeneratorFn = _chunkLZVNTYR3js.initGeneratorFn;
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { C as ConfigExecutorSchema } from './schema.d-D2EQU5UL.mjs';
|
|
2
|
+
export { I as ImportExecutorSchema } from './schema.d-CWp7y_9i.mjs';
|
|
3
|
+
export { P as PreviewExecutorSchema } from './schema.d-C3zluSfr.mjs';
|
|
4
|
+
export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
|
|
5
|
+
export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
|
|
6
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-kdwvS-eX.mjs';
|
|
7
|
+
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.mjs';
|
|
8
|
+
export { Provider, getCloudTemplateName } from './src/base/providers.mjs';
|
|
9
|
+
import '@storm-software/workspace-tools';
|
|
10
|
+
import '@nx/devkit';
|
|
11
|
+
import './types-CIJRaFHD.mjs';
|
|
12
|
+
import 'zod';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { C as ConfigExecutorSchema } from './schema.d-0Y4jyHfI.js';
|
|
2
|
+
export { I as ImportExecutorSchema } from './schema.d-BBpw11tM.js';
|
|
3
|
+
export { P as PreviewExecutorSchema } from './schema.d-i8onVGak.js';
|
|
4
|
+
export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
|
|
5
|
+
export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
|
|
6
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-Bk-gnn2s.js';
|
|
7
|
+
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.js';
|
|
8
|
+
export { Provider, getCloudTemplateName } from './src/base/providers.js';
|
|
9
|
+
import '@storm-software/workspace-tools';
|
|
10
|
+
import '@nx/devkit';
|
|
11
|
+
import './types-CIJRaFHD.js';
|
|
12
|
+
import 'zod';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
|
|
2
|
+
require('./chunk-A6SQY5H3.js');
|
|
3
|
+
require('./chunk-CFSEZM76.js');
|
|
4
|
+
require('./chunk-AJZ5SHGR.js');
|
|
5
|
+
require('./chunk-53MF6VMZ.js');
|
|
6
|
+
require('./chunk-N2YKXZ5R.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
var _chunkLZVNTYR3js = require('./chunk-LZVNTYR3.js');
|
|
10
|
+
require('./chunk-GUQOEBFW.js');
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
+
require('./chunk-3I666OI5.js');
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
var _chunkDFO7BOCTjs = require('./chunk-DFO7BOCT.js');
|
|
19
|
+
require('./chunk-Z2BSLIJ7.js');
|
|
20
|
+
require('./chunk-3GQAWCBQ.js');
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkLZVNTYR3js.initGeneratorFn; exports.withPulumiExecutor = _chunkDFO7BOCTjs.withPulumiExecutor;
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
+
import "./chunk-ANLNSAGB.mjs";
|
|
3
|
+
import "./chunk-XVKT7UGE.mjs";
|
|
4
|
+
import "./chunk-F6BX5YBK.mjs";
|
|
5
|
+
import "./chunk-QWZKKPML.mjs";
|
|
6
|
+
import "./chunk-23KFTIT2.mjs";
|
|
7
|
+
import {
|
|
8
|
+
initGeneratorFn
|
|
9
|
+
} from "./chunk-4BDVESFO.mjs";
|
|
10
|
+
import "./chunk-CA7S5MOH.mjs";
|
|
11
|
+
import {
|
|
12
|
+
Provider,
|
|
13
|
+
getCloudTemplateName
|
|
14
|
+
} from "./chunk-GTCRGRK2.mjs";
|
|
15
|
+
import "./chunk-Z7XF6QIZ.mjs";
|
|
16
|
+
import {
|
|
17
|
+
withPulumiExecutor
|
|
18
|
+
} from "./chunk-U64WWLJ7.mjs";
|
|
19
|
+
import "./chunk-FLIBLJZ5.mjs";
|
|
20
|
+
import "./chunk-XUV4U54K.mjs";
|
|
21
|
+
export {
|
|
22
|
+
Provider,
|
|
23
|
+
getCloudTemplateName,
|
|
24
|
+
initGeneratorFn,
|
|
25
|
+
withPulumiExecutor
|
|
26
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PulumiCommandOptions } from './src/base/base-executor.js';
|
|
2
|
+
|
|
3
|
+
interface ConfigExecutorSchema extends PulumiCommandOptions {
|
|
4
|
+
showSecrets?: boolean;
|
|
5
|
+
action: string;
|
|
6
|
+
secret?: boolean;
|
|
7
|
+
path?: boolean;
|
|
8
|
+
value?: string;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type { ConfigExecutorSchema as C };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PulumiCommandOptions } from './src/base/base-executor.mjs';
|
|
2
|
+
|
|
3
|
+
interface UpExecutorSchema extends PulumiCommandOptions {
|
|
4
|
+
skipPreview?: boolean;
|
|
5
|
+
yes?: boolean;
|
|
6
|
+
suppressOutputs?: boolean;
|
|
7
|
+
json?: boolean;
|
|
8
|
+
debug?: boolean;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type { UpExecutorSchema as U };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PulumiCommandOptions } from './src/base/base-executor.mjs';
|
|
2
|
+
|
|
3
|
+
interface ConfigExecutorSchema extends PulumiCommandOptions {
|
|
4
|
+
showSecrets?: boolean;
|
|
5
|
+
action: string;
|
|
6
|
+
secret?: boolean;
|
|
7
|
+
path?: boolean;
|
|
8
|
+
value?: string;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type { ConfigExecutorSchema as C };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PulumiCommandOptions } from './src/base/base-executor.js';
|
|
2
|
+
|
|
3
|
+
interface UpExecutorSchema extends PulumiCommandOptions {
|
|
4
|
+
skipPreview?: boolean;
|
|
5
|
+
yes?: boolean;
|
|
6
|
+
suppressOutputs?: boolean;
|
|
7
|
+
json?: boolean;
|
|
8
|
+
debug?: boolean;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type { UpExecutorSchema as U };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ExecutorContext } from '@nx/devkit';
|
|
2
|
+
import { S as StormConfig } from '../../types-CIJRaFHD.mjs';
|
|
3
|
+
import { BaseExecutorOptions } from '@storm-software/workspace-tools';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
interface BaseTokenizerOptions {
|
|
7
|
+
workspaceRoot?: string;
|
|
8
|
+
config?: StormConfig;
|
|
9
|
+
}
|
|
10
|
+
interface ProjectTokenizerOptions extends BaseTokenizerOptions {
|
|
11
|
+
projectRoot?: string;
|
|
12
|
+
projectName?: string;
|
|
13
|
+
sourceRoot?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// Generated by @storm-software/untyped
|
|
17
|
+
// Do not edit this file directly
|
|
18
|
+
|
|
19
|
+
interface BaseExecutorSchema {
|
|
20
|
+
/**
|
|
21
|
+
* Output Path
|
|
22
|
+
*
|
|
23
|
+
* The output path for the build
|
|
24
|
+
*
|
|
25
|
+
* @default "dist/{projectRoot}"
|
|
26
|
+
*
|
|
27
|
+
* @format path
|
|
28
|
+
*/
|
|
29
|
+
outputPath?: string,
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
interface PulumiCommandOptions {
|
|
33
|
+
stack?: string;
|
|
34
|
+
root?: string;
|
|
35
|
+
parent?: string;
|
|
36
|
+
name?: string;
|
|
37
|
+
}
|
|
38
|
+
type PulumiExecutorSchema = BaseExecutorSchema & Partial<PulumiCommandOptions>;
|
|
39
|
+
type NormalizedPulumiExecutorOptions<TExecutorSchema extends PulumiExecutorSchema = PulumiExecutorSchema> = ProjectTokenizerOptions & TExecutorSchema;
|
|
40
|
+
declare const withPulumiExecutor: <TExecutorSchema extends PulumiExecutorSchema = PulumiExecutorSchema>(command: string, argsMapper: (options: NormalizedPulumiExecutorOptions<TExecutorSchema>) => Array<string | false | undefined>, executorOptions?: BaseExecutorOptions<TExecutorSchema>) => (_options: TExecutorSchema, context: ExecutorContext) => Promise<{
|
|
41
|
+
success: boolean;
|
|
42
|
+
}>;
|
|
43
|
+
|
|
44
|
+
export { type NormalizedPulumiExecutorOptions, type PulumiCommandOptions, type PulumiExecutorSchema, withPulumiExecutor };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ExecutorContext } from '@nx/devkit';
|
|
2
|
+
import { S as StormConfig } from '../../types-CIJRaFHD.js';
|
|
3
|
+
import { BaseExecutorOptions } from '@storm-software/workspace-tools';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
interface BaseTokenizerOptions {
|
|
7
|
+
workspaceRoot?: string;
|
|
8
|
+
config?: StormConfig;
|
|
9
|
+
}
|
|
10
|
+
interface ProjectTokenizerOptions extends BaseTokenizerOptions {
|
|
11
|
+
projectRoot?: string;
|
|
12
|
+
projectName?: string;
|
|
13
|
+
sourceRoot?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// Generated by @storm-software/untyped
|
|
17
|
+
// Do not edit this file directly
|
|
18
|
+
|
|
19
|
+
interface BaseExecutorSchema {
|
|
20
|
+
/**
|
|
21
|
+
* Output Path
|
|
22
|
+
*
|
|
23
|
+
* The output path for the build
|
|
24
|
+
*
|
|
25
|
+
* @default "dist/{projectRoot}"
|
|
26
|
+
*
|
|
27
|
+
* @format path
|
|
28
|
+
*/
|
|
29
|
+
outputPath?: string,
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
interface PulumiCommandOptions {
|
|
33
|
+
stack?: string;
|
|
34
|
+
root?: string;
|
|
35
|
+
parent?: string;
|
|
36
|
+
name?: string;
|
|
37
|
+
}
|
|
38
|
+
type PulumiExecutorSchema = BaseExecutorSchema & Partial<PulumiCommandOptions>;
|
|
39
|
+
type NormalizedPulumiExecutorOptions<TExecutorSchema extends PulumiExecutorSchema = PulumiExecutorSchema> = ProjectTokenizerOptions & TExecutorSchema;
|
|
40
|
+
declare const withPulumiExecutor: <TExecutorSchema extends PulumiExecutorSchema = PulumiExecutorSchema>(command: string, argsMapper: (options: NormalizedPulumiExecutorOptions<TExecutorSchema>) => Array<string | false | undefined>, executorOptions?: BaseExecutorOptions<TExecutorSchema>) => (_options: TExecutorSchema, context: ExecutorContext) => Promise<{
|
|
41
|
+
success: boolean;
|
|
42
|
+
}>;
|
|
43
|
+
|
|
44
|
+
export { type NormalizedPulumiExecutorOptions, type PulumiCommandOptions, type PulumiExecutorSchema, withPulumiExecutor };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkDFO7BOCTjs = require('../../chunk-DFO7BOCT.js');
|
|
4
|
+
require('../../chunk-Z2BSLIJ7.js');
|
|
5
|
+
require('../../chunk-3GQAWCBQ.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.withPulumiExecutor = _chunkDFO7BOCTjs.withPulumiExecutor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './base-executor.mjs';
|
|
2
|
+
export { Provider, getCloudTemplateName } from './providers.mjs';
|
|
3
|
+
import '@nx/devkit';
|
|
4
|
+
import '../../types-CIJRaFHD.mjs';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '@storm-software/workspace-tools';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './base-executor.js';
|
|
2
|
+
export { Provider, getCloudTemplateName } from './providers.js';
|
|
3
|
+
import '@nx/devkit';
|
|
4
|
+
import '../../types-CIJRaFHD.js';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '@storm-software/workspace-tools';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-GUQOEBFW.js');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunkDFO7BOCTjs = require('../../chunk-DFO7BOCT.js');
|
|
9
|
+
require('../../chunk-Z2BSLIJ7.js');
|
|
10
|
+
require('../../chunk-3GQAWCBQ.js');
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkDFO7BOCTjs.withPulumiExecutor;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "../../chunk-CA7S5MOH.mjs";
|
|
2
|
+
import {
|
|
3
|
+
Provider,
|
|
4
|
+
getCloudTemplateName
|
|
5
|
+
} from "../../chunk-GTCRGRK2.mjs";
|
|
6
|
+
import {
|
|
7
|
+
withPulumiExecutor
|
|
8
|
+
} from "../../chunk-U64WWLJ7.mjs";
|
|
9
|
+
import "../../chunk-FLIBLJZ5.mjs";
|
|
10
|
+
import "../../chunk-XUV4U54K.mjs";
|
|
11
|
+
export {
|
|
12
|
+
Provider,
|
|
13
|
+
getCloudTemplateName,
|
|
14
|
+
withPulumiExecutor
|
|
15
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
5
|
+
require('../../chunk-3GQAWCBQ.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as _nx_devkit from '@nx/devkit';
|
|
2
|
+
import { C as ConfigExecutorSchema } from '../../../schema.d-D2EQU5UL.mjs';
|
|
3
|
+
import '../../base/base-executor.mjs';
|
|
4
|
+
import '../../../types-CIJRaFHD.mjs';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '@storm-software/workspace-tools';
|
|
7
|
+
|
|
8
|
+
declare const _default: (_options: ConfigExecutorSchema, context: _nx_devkit.ExecutorContext) => Promise<{
|
|
9
|
+
success: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
|
|
12
|
+
export { _default as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as _nx_devkit from '@nx/devkit';
|
|
2
|
+
import { C as ConfigExecutorSchema } from '../../../schema.d-0Y4jyHfI.js';
|
|
3
|
+
import '../../base/base-executor.js';
|
|
4
|
+
import '../../../types-CIJRaFHD.js';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '@storm-software/workspace-tools';
|
|
7
|
+
|
|
8
|
+
declare const _default: (_options: ConfigExecutorSchema, context: _nx_devkit.ExecutorContext) => Promise<{
|
|
9
|
+
success: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
|
|
12
|
+
export { _default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunk3I666OI5js = require('../../../chunk-3I666OI5.js');
|
|
4
|
+
require('../../../chunk-DFO7BOCT.js');
|
|
5
|
+
require('../../../chunk-Z2BSLIJ7.js');
|
|
6
|
+
require('../../../chunk-3GQAWCBQ.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.default = _chunk3I666OI5js.executor_default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as _nx_devkit from '@nx/devkit';
|
|
2
|
+
import { I as ImportExecutorSchema } from '../../../schema.d-CWp7y_9i.mjs';
|
|
3
|
+
import '../../base/base-executor.mjs';
|
|
4
|
+
import '../../../types-CIJRaFHD.mjs';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '@storm-software/workspace-tools';
|
|
7
|
+
|
|
8
|
+
declare const _default: (_options: ImportExecutorSchema, context: _nx_devkit.ExecutorContext) => Promise<{
|
|
9
|
+
success: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
|
|
12
|
+
export { _default as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as _nx_devkit from '@nx/devkit';
|
|
2
|
+
import { I as ImportExecutorSchema } from '../../../schema.d-BBpw11tM.js';
|
|
3
|
+
import '../../base/base-executor.js';
|
|
4
|
+
import '../../../types-CIJRaFHD.js';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import '@storm-software/workspace-tools';
|
|
7
|
+
|
|
8
|
+
declare const _default: (_options: ImportExecutorSchema, context: _nx_devkit.ExecutorContext) => Promise<{
|
|
9
|
+
success: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
|
|
12
|
+
export { _default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkA6SQY5H3js = require('../../../chunk-A6SQY5H3.js');
|
|
4
|
+
require('../../../chunk-DFO7BOCT.js');
|
|
5
|
+
require('../../../chunk-Z2BSLIJ7.js');
|
|
6
|
+
require('../../../chunk-3GQAWCBQ.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.default = _chunkA6SQY5H3js.executor_default;
|