DEV Community

Cover image for CLI Client for ReductStore v0.6.0 has been released
Alexey Timin for ReductStore

Posted on • Originally published at reduct.store

CLI Client for ReductStore v0.6.0 has been released

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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

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!

Latest comments (0)