compress
Compress files and directories into .zip or .tar.gz archives to reduce storage space and simplify file sharing.
Instructions
Compresses files and directories into an archive. Supports .zip and .tar.gz formats. Output format is determined by the file extension.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | Yes | List of absolute paths to files or directories to compress | |
| output | Yes | Absolute path for the output archive file (.zip or .tar.gz) |