Cake AddIn which provides compression functionality for BZip2, GZip and Zip.
#addin nuget:?package=Cake.Compression&version=0.4.0
dotnet add package Cake.Compression --version 0.4.0
<PackageReference Include="Cake.Compression" Version="0.4.0" />
Aliases
Contains functionality related to compress files.
General
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified directory. |
BZip2Compress |
Create a BZip2 Tar archive of the files matching the specified pattern. |
BZip2Compress |
Create a BZip2 Tar archive of the files matching the specified pattern. |
BZip2Compress |
Create a BZip2 Tar archive of the specified directory. |
BZip2Decompress |
Decompress the specified BZip2 Tar file. |
BZip2Uncompress |
Decompress the specified BZip2 Tar file. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified directory. |
GZipCompress |
Create a GZip Tar archive of the files matching the specified pattern. |
GZipCompress |
Create a GZip Tar archive of the files matching the specified pattern. |
GZipCompress |
Create a GZip Tar archive of the specified directory. |
GZipDecompress |
Decompress the specified GZip Tar file. |
GZipUncompress |
Decompress the specified GZip Tar file. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified directory. |
ZipCompress |
Create a Zip archive of the files matching the specified pattern. |
ZipCompress |
Create a Zip archive of the files matching the specified pattern. |
ZipCompress |
Create a Zip archive of the specified directory. |
ZipDecompress |
Decompress the specified Zip Tar file. |
ZipUncompress |
Decompress the specified Zip Tar file. |