Hello everyone,
We're excited to announce the release of version 0.6.0 of the Reduct CLI! This release brings a number of new features for working with the new ReductStore API v1.3.
File Extensions for Export
Now the CLI client tries to guess the file extension for exported files based on the MIME type of the record.
You can also specify the file extension explicitly using the --ext
option:
rcli export folder server_1/bucket_1 . --ext jpeg
Filter by Labels
During the export to another ReductStore instance or a filesystem, you can filter entries by labels using the --exclude
and --include
options:
rcli export bucket server_1/bucket_1 server_2/bucket_1 --include animal=cat --exclude color=red
For more information, see the documentation.
if you have any questions or feedback, don't hesitate to reach out in Discord
or by opening a discussion on GitHub.
Thanks for using ReductStore!
Top comments (0)