Balena CLI env variables

Hi guys,

I’m using balena cli currently and I’m trying to remove a value from an environment variable. Reading through the docs it says

‘variable value; if omitted, use value from this process’ environment’

Could anyone advise on how to do this? I don’t understand what the value from the process environment is?

Thanks!!

Hi, variables in process environment are set within your app container, you could remove them from source itself. You can delete/remove a specific ENV variable using balena env rm see more here, in this case if there is a default value set within the app for the said variable, it will be used by the app.