Fix 'balena help join' docs re moving devices between apps on the same server

Resolves: #1429
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
Paulo Castro 2019-11-21 15:31:45 +00:00
parent 2f4539b4d1
commit 02dcff5b67
2 changed files with 4 additions and 2 deletions

View File

@ -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
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
scan the local network for balenaOS devices and prompt you to select one

View File

@ -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
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
scan the local network for balenaOS devices and prompt you to select one