We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7c435 commit 1585e72Copy full SHA for 1585e72
README.md
@@ -55,7 +55,7 @@ Check the "Prep Google Creds" step in [setup-stackql.yml](.github/workflows/setu
55
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
56
```
57
58
-## Input
+## Inputs
59
- `use_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of
60
the `stackql` binary and expose its STDOUT, STDERR, and exit code as outputs
61
named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `false`.
0 commit comments