stackql/stackql-deploy
Deploy and test stacks using stackql-deploy (Rust edition)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | stackql-deploy command to run (`build`, `test`, `teardown`, or `info`) | yes | — |
| stack_dir | repo directory containing `stackql_manifest.yml` and `resources` dir | no | — |
| stack_env | environment to deploy or test (e.g., `dev`, `prod`) | no | — |
| env_vars | environment variables or secrets imported into a stack (format: `KEY=value,KEY2=value2`) | no | — |
| env_file | environment variables sourced from a file | no | — |
| show_queries | show queries run in the output logs | no | — |
| log_level | set the logging level (`info`, `debug`, `trace`, `warn`, or `error`, defaults to `info`) | no | — |
| dry_run | perform a dry run of the operation | no | — |
| on_failure | action on failure (`error`, `rollback`, or `ignore`, defaults to `error`) | no | — |
| show_info | show stackql-deploy info output before running the command | no | — |
| output_file | output file to capture deployment outputs as JSON (supported for `build` command only) | no | — |
Outputs
| name | description |
|---|---|
| deployment_outputs | JSON string containing all deployment outputs from stackql-deploy |