stackql/stackql-deploy

Deploy and test stacks using stackql-deploy (Rust edition)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandstackql-deploy command to run (`build`, `test`, `teardown`, or `info`)yes
stack_dirrepo directory containing `stackql_manifest.yml` and `resources` dirno
stack_envenvironment to deploy or test (e.g., `dev`, `prod`)no
env_varsenvironment variables or secrets imported into a stack (format: `KEY=value,KEY2=value2`)no
env_fileenvironment variables sourced from a fileno
show_queriesshow queries run in the output logsno
log_levelset the logging level (`info`, `debug`, `trace`, `warn`, or `error`, defaults to `info`)no
dry_runperform a dry run of the operationno
on_failureaction on failure (`error`, `rollback`, or `ignore`, defaults to `error`)no
show_infoshow stackql-deploy info output before running the commandno
output_fileoutput file to capture deployment outputs as JSON (supported for `build` command only)no
namedescription
deployment_outputsJSON string containing all deployment outputs from stackql-deploy