@microsoft/azure-data-factory-utilities
Advanced tools
Comparing version
@@ -10,4 +10,5 @@ "use strict"; | ||
.option('-n, --nodeoptions <value>', 'Set node options for the script execution') | ||
.option('--excludeTriggers', 'Exclude triggers from the generated ARM template') | ||
.parse(process.argv); | ||
var bundleManager = new bundle_manager_1.BundleManager(program.url, program.nodeoptions); | ||
bundleManager.invokeBundle(utils_1.processArguments(program)); |
@@ -26,3 +26,6 @@ "use strict"; | ||
} | ||
if (options.excludeTriggers) { | ||
printToConsole('Using exclude triggers options'); | ||
} | ||
return process.argv.slice(offset); | ||
} |
{ | ||
"name": "@microsoft/azure-data-factory-utilities", | ||
"description": "Azure Data Factory utilities library", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "scripts": { |
7637
2.52%137
3.01%