You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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--include
parameters can be combined with one or more--exclude
parameters to precisely select the set of files to include in the built zipThe text was updated successfully, but these errors were encountered: