mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-05-08 11:58:22 +00:00
400 B
400 B
env rm <id>
Use this command to remove an environment variable from an application.
Don't remove resin specific variables, as things might not work as expected.
Notice this command asks for confirmation interactively.
You can avoid this by passing the --yes
boolean option.
Examples:
$ resin env rm 215
$ resin env rm 215 --yes
Options
--yes, -y
confirm non interactively