Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] Add filters for Export #2596

Merged
merged 3 commits into from
Aug 14, 2024
Merged

[cli] Add filters for Export #2596

merged 3 commits into from
Aug 14, 2024

Conversation

ua741
Copy link
Member

@ua741 ua741 commented Aug 1, 2024

Description

Feature: Add support for selective export with filters for account, albums, and options to exclude hidden or shared files.

Flags Added:
    --shared: Include shared albums in export (default: true).
    --hidden: Include hidden albums in export (default: true).
    --albums: Comma-separated list of album names to export.
    --emails: Comma-separated list of emails of the accounts that needs to be exported

Behavior: By default, both hidden and shared albums are exported.

Tests

Tested locally

@brog-io
Copy link
Contributor

brog-io commented Aug 1, 2024

A flag to to blacklist certain albums might also be useful.
--albums-blacklist: Comma-separated list of album names to not export.

@ua741 ua741 marked this pull request as ready for review August 14, 2024 05:53
@ua741 ua741 merged commit d8b338a into main Aug 14, 2024
1 check passed
@ua741 ua741 deleted the cli_filters branch August 14, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants