mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 14:12:57 +00:00
Improve preload's --commit parameter description
Change-type: patch
This commit is contained in:
parent
674c0ca7b8
commit
9434570c2d
@ -1392,7 +1392,7 @@ id of the application to preload
|
||||
|
||||
The commit hash for a specific application release to preload, use "current" to specify the current
|
||||
release (ignored if no appId is given). The current release is usually also the latest, but can be
|
||||
manually pinned using the CLI to set the commit field on the application.
|
||||
manually pinned using https://github.com/balena-io-projects/staged-releases .
|
||||
|
||||
#### --splash-image, -s <splashImage.png>
|
||||
|
||||
@ -1404,7 +1404,7 @@ Disables check for matching architecture in image and application
|
||||
|
||||
#### --pin-device-to-release, -p
|
||||
|
||||
Pin the preloaded device to the preloaded release on provision
|
||||
Pin the preloaded device (not application) to the preloaded release on provision
|
||||
|
||||
#### --docker, -P <docker>
|
||||
|
||||
|
@ -162,7 +162,7 @@ module.exports =
|
||||
description: '''
|
||||
The commit hash for a specific application release to preload, use "current" to specify the current
|
||||
release (ignored if no appId is given). The current release is usually also the latest, but can be
|
||||
manually pinned using the CLI to set the commit field on the application.
|
||||
manually pinned using https://github.com/balena-io-projects/staged-releases .
|
||||
'''
|
||||
alias: 'c'
|
||||
}
|
||||
@ -180,7 +180,7 @@ module.exports =
|
||||
{
|
||||
signature: 'pin-device-to-release'
|
||||
boolean: true
|
||||
description: 'Pin the preloaded device to the preloaded release on provision'
|
||||
description: 'Pin the preloaded device (not application) to the preloaded release on provision'
|
||||
alias: 'p'
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user