In order to create a Zip archive with 7z, you can use the following CLI command:
7z a -r lambdaFunc.zip .
This command creates lambdaFunc.zip
, and adds the content of the directory where the command is executed.
References:
In order to create a Zip archive with 7z, you can use the following CLI command:
7z a -r lambdaFunc.zip .
This command creates lambdaFunc.zip
, and adds the content of the directory where the command is executed.
References: