What happened?
Once an env var is set, it can't be removed. Only updated
Steps to Reproduce
- Set a var in .env
- Deploy the agent
- Remove the var in .env
- Redeploy the agent
What did you expect to happen?
The env var is not set anymore
Client information
Client Information
CLI version: 1.1.0
Command Output / Logs
No response
Anything else we need to know?
The culprit is that the cli always includes the variables from previous deployments.
What happened?
Once an env var is set, it can't be removed. Only updated
Steps to Reproduce
What did you expect to happen?
The env var is not set anymore
Client information
Client Information
CLI version: 1.1.0Command Output / Logs
No response
Anything else we need to know?
The culprit is that the cli always includes the variables from previous deployments.