-
Notifications
You must be signed in to change notification settings - Fork 0
containerize
jeremywinters edited this page Apr 15, 2017
·
1 revision
containerize
Usage:
sneaql containerize PATH_TO_TRANFORM_ROOT CONTAINER_TAG
Description:
builds a runnable docker image from the specified transform.
EXAMPLE
$ sneaql containerize . my-transform-name:0.0.1
the above will build a transform named my-transform-name:0.0.1 based upon the
contents of the sneaql.json file in the provided (current) directory
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference