Lucas Vieira
Lucas Vieira
So, this is basically fixing the same things as #1517 but for GCS. ### Problem When loading GCS Objects with `/` in the object key (eg. folder/some-document.txt) using `GCSFileLoader`, the...
Hi, first of all, thanks for this amazing work. I'm trying to install this library but without success so far. I'm getting a `403 Forbidden` error ``` > Could not...
Do you believe it is worth to do this? I think it might be easier for the user of this library to understand what is going wrong (if you provide...
### Reproducing the bug https://github.com/ergomake/layerform/assets/7764293/ef1e34cf-5b6f-4c33-ac1c-355739032917 1. Configure the `local` example: ```bash layerform configure --file examples/local/layerform.json ``` 2. Spawn an instance of `bar` ```bash layerform spawn bar bar_instance ``` 3. Update...
### Bug If I write a `layerform.json` like this: ```js { "layers": [ { "name": "foo", "files": ["foo.tf"] }, { "name" : "bar", "files": ["bar.tf"], "dependencies": ["foo", "this_layer_does_not_exist"] }, {...
It is currently inconsistent, some commands start with capital letters other not. We should make sure all commands `short` descriptions start with capitalized letters. Current output of `layerform --help` ```console...
### Problem: When using `layerform` in a script, or CI environment, I want to be able to `kill` layer instances without having to answer `yes` to the "are you sure?"...
After spawning or killing a layer, successfully or not we save that information to the `layerform` state. This step is crucial for us to be able to later spawn layers...
Should support homebrew. Should use gorelease and point people to download the binary.