blackstork-io / fabric

An open-source command-line tool for reporting workflow automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
10 stars 0 forks source link

Docker container for `fabric` #141

Closed dobarx closed 3 weeks ago

dobarx commented 1 month ago

Description

fabric CLI docker container.

Use Case

Docker container with fabric binary could be used in automation workflows like Github Actions and Gitlab CI.

In cases when we don't have implemented specific output sink users would still be able to use local_file output option and upload rendered files from the separate workflow step.

Related issues