stackql/stackql-exec

A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
querystackql query to be executedno
query_file_pathstackql query file to be executedno
data_file_pathjsonnet or json data file to be passed to query preprocessorno
dry_runset to true to print the query that would be executed without actually executing it (default is false)nofalse
varscomma delimited list of vars to be passed to query preprocessor (supported with jsonnet config blocks or jsonnet data files only)no
query_outputoutput format for queries (ignored is `is_command` is `true`), supported formats include `json` (default), `csv`, `table` and `text`nojson
auth_obj_pathfile path to json object of stackql auth, not required if using standard provider authentication environment variablesno
auth_strjson string of stackql auth, not required if using standard provider authentication environment variablesno
is_commandSet to true if the stackql execution is a command that does not return datanofalse
on_failurebehavior on a failure in query, supported values are `exit` (default) and `continue`noexit
namedescription
stackql-query-resultsresults from a stackql query (in the format specified)
stackql-command-outputtext output from a stackql command (a query that does not return data)
stackql-query-errorerror from a stackql query