-
Notifications
You must be signed in to change notification settings - Fork 0
Command Line Interface
jeremywinters edited this page Apr 16, 2017
·
2 revisions
Once you have SneaQL installed on your local system, you can use the executable binary by simply typing sneaql in your terminal application, which will output a list of commands:
$ sneaql
Commands:
sneaql containerize PATH_TO_TRANFORM_ROOT CONTAINER_TAG # build a docker c...
sneaql dryrun PATH_TO_TRANFORM_ROOT # validate transform
sneaql exec PATH_TO_TRANFORM_ROOT # run sneaql, defa...
sneaql help [COMMAND] # Describe availab...
navigate to the directory containing a SneaQL transform, then run the sneaql command:
cd /path/to/my/transform
sneaql exec .
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference