Skip to content

Commit

Permalink
Modify os download help to mention dev images
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Thomas Manning <[email protected]>
  • Loading branch information
Thomas Manning committed Nov 4, 2020
1 parent 849fc24 commit 922dbc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/commands/os/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ export default class OsDownloadCmd extends Command {
You can pass \`--version menu\` to pick the OS version from the interactive menu
of all available versions.
To download a development image append \`-dev\` to the version or select from
the interactive menu.
`;
public static examples = [
'$ balena os download raspberrypi3 -o ../foo/bar/raspberry-pi.img',
'$ balena os download raspberrypi3 -o ../foo/bar/raspberry-pi.img --version 1.24.1',
'$ balena os download raspberrypi3 -o ../foo/bar/raspberry-pi.img --version 1.24.1-dev',
'$ balena os download raspberrypi3 -o ../foo/bar/raspberry-pi.img --version ^1.20.0',
'$ balena os download raspberrypi3 -o ../foo/bar/raspberry-pi.img --version latest',
'$ balena os download raspberrypi3 -o ../foo/bar/raspberry-pi.img --version default',
Expand Down

0 comments on commit 922dbc5

Please sign in to comment.