如何更改 CLI 用于在 cf push 中上传应用程序文件的临时路径

How to change the temp path used by the CLI for uploading app files in cf push

通过 cf push 部署应用程序时,CF CLI 将应用程序文件本地存储在临时路径中以供上传。 CF CLI 使用默认的临时文件位置,例如 /tmp(在 Unix 上)。

我们想更改位置,是否可以将 CLI 配置为使用不同的临时位置?

尝试使用 export TMPDIR=/tmp/newtmpdir