mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-05-08 20:08:25 +00:00
19 lines
400 B
Markdown
19 lines
400 B
Markdown
# 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 |