Ascurius
Ascurius
>To get a solution for now, have you tried an approach using the list command, jq and other commandline tools for mass deletions? I have not tested this appraoch yet,...
Hi @JOJ0, I have tested your changes and on my machine, the token was correctly redacted both if it was seit through CLI or by using the configurator. But I...
I am closing the issue because the requested feature already has been implemented
Hi Lykos, this functionality is already implemented for the `matrix raw` command which can access the token via the environment variable `MTOKEN`. https://github.com/JOJ0/synadm/blob/c827c9b3e738d7081c4fb283550985bdaea7534d/synadm/cli/matrix.py#L102 Maybe I missunderstood your request. Could you...
Alright, now I understand your request. I will have a look at this in due time.
> We should respect these rules and code this featur as similar as possible or even try to share code. I agree with you. To be consistent, I would suggest...
@JOJ0 I agree that it would be better to add the `--token` option to the root command of synadm. Here, I think the advantage that we only have to implement...