tool · inferred from evidence
workato push
A command within the Workato CLI used to push project directories, which can hang or fail due to file size limitations.
- workato push fails for large projects with RuntimeError file size too large, try using force_zip64
Workaround: run workato push from the workspace root instead of from inside the project directory, so the zip is created outside the tree being archived. The maintainers acknowledged the bug for the next release. Source: https://github.com