Skip to content

Commit

Permalink
docs: add a stringArray example for extensions
Browse files Browse the repository at this point in the history
Related to: siderolabs/omni-docs#91

Signed-off-by: Brant Gurganus <brant@gurganus.name>
  • Loading branch information
brantgurga authored and Unix4ever committed Aug 7, 2024
1 parent 7536191 commit 4746652
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 4746652

Please sign in to comment.