Update os download help re openBalena support

Change-type: patch
This commit is contained in:
Paulo Castro 2020-07-03 11:40:05 +01:00
parent f846ef0c19
commit 238e5cb9d2
2 changed files with 6 additions and 0 deletions

View File

@ -1525,6 +1525,9 @@ Example:
Use this command to download an unconfigured os image for a certain device type. Use this command to download an unconfigured os image for a certain device type.
Check available types with `balena devices supported` Check available types with `balena devices supported`
> Note: Currently this command only works with balenaCloud, not openBalena.
> If using openBalena, please download the OS from: https://www.balena.io/os/
If version is not specified the newest stable (non-pre-release) version of OS If version is not specified the newest stable (non-pre-release) version of OS
is downloaded if available, or the newest version otherwise (if all existing is downloaded if available, or the newest version otherwise (if all existing
versions for the given device type are pre-release). versions for the given device type are pre-release).

View File

@ -86,6 +86,9 @@ export const download = {
Use this command to download an unconfigured os image for a certain device type. Use this command to download an unconfigured os image for a certain device type.
Check available types with \`balena devices supported\` Check available types with \`balena devices supported\`
> Note: Currently this command only works with balenaCloud, not openBalena.
> If using openBalena, please download the OS from: https://www.balena.io/os/
If version is not specified the newest stable (non-pre-release) version of OS If version is not specified the newest stable (non-pre-release) version of OS
is downloaded if available, or the newest version otherwise (if all existing is downloaded if available, or the newest version otherwise (if all existing
versions for the given device type are pre-release). versions for the given device type are pre-release).