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

Add fleece build --include option to explicitly include files/directories in builds #76

Open
larsbutler opened this issue Jun 1, 2018 · 0 comments

Comments

@larsbutler
Copy link
Contributor

This came up in the discussion on #75. Instead of pulling entire directories (using --source) and excluding unneeded files (using --exclude), in some cases it would be useful to simply explicitly --include only the files that are need in the built Lambda function zip file.

Here's what I'm thinking:

  • --include should work for single files or to recursively include entire directories
  • One or more --include parameters can be combined with one or more --exclude parameters to precisely select the set of files to include in the built zip
  • Support for glob patterns
@larsbutler larsbutler changed the title Add fleece build --include option to explicitly include file/directories in builds Add fleece build --include option to explicitly include files/directories in builds Sep 6, 2018
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

No branches or pull requests

1 participant