Ronnie
Ronnie
@wabernatScality are there plans for cloudserver doc updates?
You can edit the port value in the `config.json` here https://github.com/scality/cloudserver/blob/985c811f74f6dae3c75ec3e3739c11ee0c3280c7/config.json#L2
Going to use https://github.com/cqroot/prompt instead
> Should be solved by #145 Did you mean another issue? I think this is already solved as well but maybe you meant #187 ?
For anyone curious, you can use gh-dash with [Gum](https://github.com/charmbracelet/gum) also from charm to create prompts with input. Here is how you can do a pr approval with a comment. Can...
I believe this is a duplicate of: https://github.com/go-survey/survey/issues/368 and fixed by https://github.com/go-survey/survey/pull/474
I believe the first one is already possible by using components. I can make an example for you later if needed. And the latter might be possible by adding the...
Right, components are configured per project if you are using both. However during the merge process we still generate separate changelogs. If you only want to build one changelog you...
Currently no, projects keep the same global options as all the others. I was on the fence about adding options to the projects configuration as it would definitely greatly expand...
I was unsure if this kind of functionality was going to be useful or not, and I saw how complicated the kind configs got with custom prompts per kind and...