go-passbolt-cli
go-passbolt-cli copied to clipboard
Export specific folder
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:
- Is there a way to export specific folders?
- If not, could this feature be added?
Thanks!
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.