From 4746652fcb57eb66ce282637a92907507f7b6419 Mon Sep 17 00:00:00 2001 From: Brant Gurganus Date: Wed, 7 Aug 2024 13:21:57 -0400 Subject: [PATCH] docs: add a stringArray example for extensions Related to: https://github.com/siderolabs/omni-docs/issues/91 Signed-off-by: Brant Gurganus --- client/pkg/omnictl/download.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/pkg/omnictl/download.go b/client/pkg/omnictl/download.go index 436beac6..7cae175a 100644 --- a/client/pkg/omnictl/download.go +++ b/client/pkg/omnictl/download.go @@ -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"