mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-05 10:39:39 +00:00
17 lines
303 B
Markdown
17 lines
303 B
Markdown
|
# plugin rm <name>
|
||
|
|
||
|
Use this command to remove a resin.io plugin.
|
||
|
|
||
|
Notice this command asks for confirmation interactively.
|
||
|
You can avoid this by passing the `--yes` boolean option.
|
||
|
|
||
|
Examples:
|
||
|
|
||
|
$ resin plugin rm hello
|
||
|
$ resin plugin rm hello --yes
|
||
|
|
||
|
## Options
|
||
|
|
||
|
### --yes, -y
|
||
|
|
||
|
confirm non interactively
|