Command Line Interface - full360/sneaql GitHub Wiki

Command Line Interface

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 .