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
Support extracting only specific files from assets.
We replaced mholt/archiver/v3 with mholt/archives.
mholt/archives enables us to handle each file independently.
So we can extract only specific files.
Why is the feature needed?
To install tools faster
To reduce file sizes
Some assets are very huge.
They include a lot of files but tools may work without them.
Example Code
Add these options to registries:
include_files (glob): Extracted file paths
exclude_files (glob): Ignored file paths
extract_only_files (boolean): If true, extract only files
Feature Overview
Support extracting only specific files from assets.
We replaced mholt/archiver/v3 with mholt/archives.
mholt/archives enables us to handle each file independently.
So we can extract only specific files.
Why is the feature needed?
Some assets are very huge.
They include a lot of files but tools may work without them.
Example Code
Add these options to registries:
include_files
(glob): Extracted file pathsexclude_files
(glob): Ignored file pathsextract_only_files
(boolean): If true, extract only filesregistry.yaml
Note
Otherwise, aqua skips install.
The text was updated successfully, but these errors were encountered: