mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
ssh: correct the minimum OS version that allows host OS connection
Since openBalena API v0.11.0 (downstream API 9.16.0) the minimum OS version has been lowered from 2.7.5 to 2.0.0 for host OS access. Change-type: patch Signed-off-by: Gergely Imreh <imrehg@gmail.com>
This commit is contained in:
parent
119a630643
commit
a5cfbb3181
@ -988,7 +988,7 @@ increase verbosity
|
||||
|
||||
#### --host, -s
|
||||
|
||||
access host OS (for devices with balenaOS >= 2.7.5)
|
||||
access host OS (for devices with balenaOS >= 2.0.0+rev1)
|
||||
|
||||
#### --noproxy
|
||||
|
||||
|
@ -142,6 +142,6 @@ export const advancedConfig = {
|
||||
export const hostOSAccess = {
|
||||
signature: 'host',
|
||||
boolean: true,
|
||||
description: 'access host OS (for devices with balenaOS >= 2.7.5)',
|
||||
description: 'access host OS (for devices with balenaOS >= 2.0.0+rev1)',
|
||||
alias: 's',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user