mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-12 21:52:56 +00:00
Add os download related options
This commit is contained in:
parent
551202dd4e
commit
34e93ebe60
@ -38,6 +38,18 @@ resin.cli.addOption
|
||||
description: 'application id'
|
||||
coerce: _.parseInt
|
||||
|
||||
resin.cli.addOption
|
||||
option: '-w, --network <network>'
|
||||
description: 'network type when downloading OS'
|
||||
|
||||
resin.cli.addOption
|
||||
option: '-s, --wifi-ssid <wifiSsid>'
|
||||
description: 'wifi ssid, if network is wifi'
|
||||
|
||||
resin.cli.addOption
|
||||
option: '-k, --wifi-key <wifiKey>'
|
||||
description: 'wifi key, if network is wifi'
|
||||
|
||||
# ---------- Auth Module ----------
|
||||
resin.cli.addCommand
|
||||
command: 'login [username:password]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user