Stefan Ruzitschka

Results 20 issues of 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...

enhancement

**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...

enhancement

- 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...

enhancement
configuration

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...

FKBR
configuration

- 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...

documentation

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...

enhancement
topic: generators

### 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...

kind/enhancement

**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`...

Type::Enhancement
Component::Config

We found https://github.com/aelsabbahy/goss some time ago. We could see if this is suitable for our IT test suite.

Type::Enhancement

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...

Type::Documentation