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:
Paulo Castro 2019-11-21 17:10:57 +00:00 committed by GitHub
commit f464597069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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