cloudflavor / skycrane

IaC - Skycrane automates infrastructure
https://skycrane.io
Apache License 2.0
0 stars 0 forks source link

Read all files in directory #34

Closed PI-Victor closed 2 months ago

PI-Victor commented 2 months ago

Context

Right now it reads a hardcoded base.star from the passed path. Instead it should read all the files

Description

To make things work, the CLI expects a base.star to be present in the directory, but this shouldn't be the case. it should load and read all files that have a .star extension and then concatenate them into a single string.

Acceptance Criteria

/assign /triage /label enhancement

linear[bot] commented 2 months ago

CLO-68 [ENHANCEMENT] Read directories

PI-Victor commented 2 months ago

/retitle Read all files in directory