Switched from Heroku to Render about a month ago, and from time to time I need to export all of my environment variables, either from CLI or directly from the dashboard.
In heroku, I have been using heroku config -a <APP_NAME>, which gives me the list of configuration variables. Is there such command in Render, as it really takes a lot of time to copy / paste environment variables from Dashboard to my .env file.