About
flow execute is a tabli command that executes one or more pipeline
Syntax
tabli flow execute --help
Tabli flow execute
==================
Run one or more pipeline scripts
Syntax
------
tabli flow execute [options|flags] <pipeline-selectors>
where:
Arguments:
<pipeline-selectors> One or several data selectors that select(s) pipeline file(s)
Options:
-ns,--not-strict When present no error will be raised, if no pipeline file has been selected
Global Options:
-cf,--conf <path> The path to a configuration file
-cv,--connection-vault <path> The path where a connection vault is located
-h,--help Print this help
-l,--log-level <error|warning|tip|info|fine> Set the log level
-odu,--output-data-uri <outputDataUri> defines the output data uri for the feedback data (default: console)
-oo,--output-operation <dataOperation> defines the data operations (replace, truncate) on an existing output resource before transfer.
-oop,--output-transfer-operation <transferOperation> defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database.
-pp,--passphrase <passphrase> A passphrase (master password) to decrypt the encrypted values
-ph,--project-home <dataUri> A data uri to the project directory (ie a path)