mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-05-03 09:33:06 +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>
|
## os build-config <image> <device-type>
|
||||||
|
|
||||||
Interactively generate an OS config once, so that the generated config
|
Interactively generate a configuration file that can then be used as
|
||||||
file can be used in `balena os configure`, skipping the interactive part.
|
non-interactive input by the 'balena os configure' command.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
@ -35,10 +35,10 @@ interface ArgsDef {
|
|||||||
|
|
||||||
export default class OsBuildConfigCmd extends Command {
|
export default class OsBuildConfigCmd extends Command {
|
||||||
public static description = stripIndent`
|
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
|
Interactively generate a configuration file that can then be used as
|
||||||
file can be used in \`balena os configure\`, skipping the interactive part.
|
non-interactive input by the 'balena os configure' command.
|
||||||
`;
|
`;
|
||||||
|
|
||||||
public static examples = [
|
public static examples = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user