我可以使用 CLI 设置 heroku 环境变量吗?

Can I setup heroku environment variables with CLI?

我想更改环境变量以在生产模式下启动应用程序。是否可以使用客户端工具包在控制台中执行此操作?

是的,正如所解释的那样here in the docs

heroku config:set NAME=VALUE