ssh_archive_extract
Extract tar or tar.gz archives to a directory on a remote server via SSH, with options for overwriting files and using sudo.
Instructions
Extract a tar or tar.gz archive to a directory.
Returns: Dictionary with extraction information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive_path | Yes | Path to the archive file | |
| destination_path | Yes | Directory to extract to | |
| overwrite | No | Overwrite existing files | |
| use_sudo | No | Use sudo for the operation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||