Results 56 comments of Samuel Lorch

I don't see how that library can update additional files like man pages or shell completions (maybe i missed it?). Also if anything goes wrong and can't start it anymore...

In the meantime, go-passbolt-cli has been added as a nixpkg https://search.nixos.org/packages?channel=24.05&show=go-passbolt-cli&from=0&size=50&sort=relevance&type=packages&query=go-passbolt-cli

> I have also packaged for opensuse tumbleweed https://build.opensuse.org/request/show/1181068 Cool, i will add that to the Readme once it has been released

Cool, i will give it a spin this weekend.

Yes, this Project is still Community Driven.

Hey @kskarthik Sorry for the delay. I finally managed to setup a tumbleweed VM (the first few attempts ended in emergency mode due to broken virtio drivers...) and Test the...

I upgraded the package and the man pages work now, it also installed go-passbolt-cli-bash-completions during the upgrade but i can't get the completions to work. Do i need to enable...

Yes, it was installed automatically: ``` slt@localhost:~> zypper search passbolt Loading repository data... Reading installed packages... S | Name | Summary | Type ---+---------------------------------+--------------------------------------+-------- i+ | go-passbolt-cli | A CLI...

Moving to file to match the binary name and restarting bash fixed it for me ``` slt@localhost:~> sudo mv /usr/share/bash-completion/completions/go-passbolt-cli /usr/share/bash-completion/completions/passbolt [sudo] password for root: slt@localhost:~> bash slt@localhost:~> passbolt configure...

Hi, Thanks for the PR. The Command you implemented is is using the name `permission` and lists Resource Permissions But Folders also have Permissions and we might want to add...