mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-26 06:09:24 +00:00
11 lines
199 B
Markdown
11 lines
199 B
Markdown
# device rename <id> [name]
|
|
|
|
Use this command to rename a device.
|
|
|
|
If you omit the name, you'll get asked for it interactively.
|
|
|
|
Examples:
|
|
|
|
$ resin device rename 317 MyPi
|
|
$ resin device rename 317
|