Howdy,
How do I specify all destination instances when using the command line options?
I've tried using --all-instances but I'm not sure of the correct usage and it always prompts me to choose a destination instance.
I can get it to work if I specify a single destination instance, like this -
./jocads.sh --source-list 'dev' --source 'https://123.jamfcloud.com' --dest-list 'prd' --dest 'https://456.jamfcloud.com' -c --package=Firefox-123.0.pkg --confirm --clean
Thanks.