mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
Merge pull request #1522 from balena-io/1429-device-move-join
Fix 'balena help join' docs re moving devices between apps on the same server
This commit is contained in:
commit
f464597069
@ -1896,7 +1896,8 @@ For example, you could provision a device against an openBalena installation
|
|||||||
where you perform end-to-end tests and then move it to balenaCloud when it's
|
where you perform end-to-end tests and then move it to balenaCloud when it's
|
||||||
ready for production.
|
ready for production.
|
||||||
|
|
||||||
Moving a device between applications on the same server is not supported.
|
To move a device between applications on the same server, use the
|
||||||
|
`balena device move` command instead of `balena join`.
|
||||||
|
|
||||||
If you don't specify a device hostname or IP, this command will automatically
|
If you don't specify a device hostname or IP, this command will automatically
|
||||||
scan the local network for balenaOS devices and prompt you to select one
|
scan the local network for balenaOS devices and prompt you to select one
|
||||||
|
@ -36,7 +36,8 @@ export const join: CommandDefinition<Args, Options> = {
|
|||||||
where you perform end-to-end tests and then move it to balenaCloud when it's
|
where you perform end-to-end tests and then move it to balenaCloud when it's
|
||||||
ready for production.
|
ready for production.
|
||||||
|
|
||||||
Moving a device between applications on the same server is not supported.
|
To move a device between applications on the same server, use the
|
||||||
|
\`balena device move\` command instead of \`balena join\`.
|
||||||
|
|
||||||
If you don't specify a device hostname or IP, this command will automatically
|
If you don't specify a device hostname or IP, this command will automatically
|
||||||
scan the local network for balenaOS devices and prompt you to select one
|
scan the local network for balenaOS devices and prompt you to select one
|
||||||
|
Loading…
Reference in New Issue
Block a user