mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
os build-config: Clarify command purpose in help output
Change-type: patch
This commit is contained in:
parent
6f81053882
commit
ec6fd050f6
@ -2087,8 +2087,8 @@ or 'menu-esr' (interactive menu, ESR versions)
|
||||
|
||||
## os build-config <image> <device-type>
|
||||
|
||||
Interactively generate an OS config once, so that the generated config
|
||||
file can be used in `balena os configure`, skipping the interactive part.
|
||||
Interactively generate a configuration file that can then be used as
|
||||
non-interactive input by the 'balena os configure' command.
|
||||
|
||||
Examples:
|
||||
|
||||
|
@ -35,10 +35,10 @@ interface ArgsDef {
|
||||
|
||||
export default class OsBuildConfigCmd extends Command {
|
||||
public static description = stripIndent`
|
||||
Build an OS config and save it to a JSON file.
|
||||
Prepare a configuration file for use by the 'os configure' command.
|
||||
|
||||
Interactively generate an OS config once, so that the generated config
|
||||
file can be used in \`balena os configure\`, skipping the interactive part.
|
||||
Interactively generate a configuration file that can then be used as
|
||||
non-interactive input by the 'balena os configure' command.
|
||||
`;
|
||||
|
||||
public static examples = [
|
||||
|
Loading…
Reference in New Issue
Block a user