-
-
Couldn't load subscription status.
- Fork 27
Adds partial content extraction ability #73
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
base: main
Are you sure you want to change the base?
Adds partial content extraction ability #73
Conversation
|
Hey @keesvanbemmel - sorry it's been a minute on this. Going to dive into it this week! |
| directusUrl: customFlags.directusUrl, | ||
| excludeCollections: Flags.string({ | ||
| char: 'e', | ||
| delimiter: ',', // Will split on commas and return an array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delimiter solves programmatic mode
|
@keesvanbemmel Looks pretty solid - made a few changes and did some quick testing locally. Published a beta for this for testing purposes... |
|
I'm seeing an issue when applying the template after i've excluded some collections. The cli still looks for those files, so we should perhaps still create the json file on extraction, but just write an empty array to it. This also crashes if there are any relationals on the excluded collection |
This is a basic implementation for partial content extraction.
This gives the ability to exclude collections from extraction, so that large collections or sensitive collections can be excluded by the user.