使用 Newman 保留变量?

Persist variables using Newman?

我知道在 Postman 中使用 Collection Runner 可以勾选 'Persist variables' 复选框。使用他们的 cli 工具 Newman 时有什么方法可以实现这一点吗?

最终发现通过添加 --export-environment 可以获得想要的结果,如下所示:

newman run coll.json -e env.json --export-environment env.json

Link 到 Github-issue here.