Stefan Ruzitschka
Stefan Ruzitschka
**Is your feature request related to a problem? Please describe.** Let's say I have a project / config containing 10 secrets, but I want just 2 of them in my...
**Is your feature request related to a problem? Please describe.** Hey, I want to create an integration with the `doppler` CLI. Therefore I want to check, if I'm already logged...
- user has to add an `fw.toml` file to the repo: ```toml tags = ["a", "b"] ``` - when adding the repo via `fw add ... --trusted` the project gets...
Enable repositories to bring their own labels in the form of a `fw.toml` file: ```toml tags = ["nvm", "project-a"] ``` Don't know yet if we should add the predefined tags...
- add some more use cases for the individual parts of fw - more in depth explanation of the building blocks (e.g. tags) - Restructure it a bit, maybe us...
Hey folks, awesome tool you wrote here! As I use the tool for setting up demo data for my projects, I would find it cool to have a small set...
### Problem description Hey folks, I tried to build the docs on my local machine. I got all required tools installed, but it took more than 15 minutes to get...
**Description** https://github.com/bnjjj/twelf could help us adding more options for config file formats. So instead of the user having to stick with `Comtrya.yaml`, they could go with e.g. `Comtrya.toml` or `Comtrya.json`...
We found https://github.com/aelsabbahy/goss some time ago. We could see if this is suitable for our IT test suite.
Include could look like: ```yaml include_variables: - doppler://// ``` The variables include uses the doppler cli under the hood and checks for being ready to use. We have to settle...