Skip to content

Commit

Permalink
add a stringArray example for extensions
Browse files Browse the repository at this point in the history
This addresses ticket siderolabs/omni-docs#91
  • Loading branch information
brantgurga authored Aug 7, 2024
1 parent 7df58fe commit ea8e3ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/pkg/omnictl/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ For example, to download the latest ISO image for arm64, run:
omnictl download iso --arch amd64
To download the same ISO with two extensions added, the --extensions argument gets repeated to produce a stringArray:
omnictl download iso --arch amd64 --extensions intel-ucode --extensions qemu-guest-agent
To download the latest Vultr image, run:
omnictl download "vultr"
Expand Down

0 comments on commit ea8e3ba

Please sign in to comment.