@firestartr/cli 1.45.0-snapshot-4 → 1.45.0-snapshot-5
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/build/index.js +16 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -279909,6 +279909,8 @@ async function addLastStateAndLastClaimAnnotations(filePath, lastStatePRLink, la
|
|
279909
279909
|
|
279910
279910
|
|
279911
279911
|
|
279912
|
+
|
279913
|
+
const cdk8s_renderer_log = src_default()('firestartr:run:renderer');
|
279912
279914
|
/* harmony default export */ const cdk8s_renderer = ({
|
279913
279915
|
renderFromImports: renderFromImports,
|
279914
279916
|
render: renderer_render,
|
@@ -279941,6 +279943,20 @@ async function addLastStateAndLastClaimAnnotations(filePath, lastStatePRLink, la
|
|
279941
279943
|
*
|
279942
279944
|
*/
|
279943
279945
|
async function runRenderer(globalsPath, initializersPath, claimsPath, crsPath, claimsDefaults, outputCatalogDir, outputCrDir, renamesEnabled, provider, excludedPaths = [], validateReferentialIntegrity, claimRefs = '') {
|
279946
|
+
cdk8s_renderer_log(`Running renderer:
|
279947
|
+
------------------------------------------------------------
|
279948
|
+
- globalsPath: ${globalsPath}
|
279949
|
+
- initializersPath: ${initializersPath}
|
279950
|
+
- claimsPath: ${claimsPath}
|
279951
|
+
- crsPath: ${crsPath}
|
279952
|
+
- claimsDefaults: ${claimsDefaults}
|
279953
|
+
- renamesEnabled: ${renamesEnabled ? 'yes' : 'no'}
|
279954
|
+
- provider: ${provider}
|
279955
|
+
- excludedPaths: ${excludedPaths}
|
279956
|
+
- claimRefs: ${claimRefs}
|
279957
|
+
------------------------------------------------------------
|
279958
|
+
|
279959
|
+
`);
|
279944
279960
|
configureProvider(provider);
|
279945
279961
|
setPath('initializers', initializersPath);
|
279946
279962
|
setPath('crs', crsPath);
|