go-passbolt-cli icon indicating copy to clipboard operation
go-passbolt-cli copied to clipboard

Export specific folder

Open KuenzelIT opened this issue 4 months ago • 1 comments

Hi everyone,

I am trying to export a specific folder using the passbolt-cli. The usage instructions seemed like this is possible, but after trying and taking a look at the code (not a go expert), it does not seem to be the case.

So I have two questions:

  1. Is there a way to export specific folders?
  2. If not, could this feature be added?

Thanks!

KuenzelIT avatar Jul 25 '25 16:07 KuenzelIT

Hi, the export command currently has no flags of its own, only inherited ones. https://github.com/passbolt/go-passbolt-cli/wiki/passbolt_export

A Filter could be added relatively easily but i believe having the folder structure in the export needs to be done before this.

speatzle avatar Jul 28 '25 11:07 speatzle