[Bug 265509] pkg-fetch(8) does not accept a file

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 30 Jul 2022 07:33:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265509

--- Comment #1 from Pat Maddox <pat@patmaddox.com> ---
Here’s what I settled on:

pkg fetch -U -d -o ~/my_new_packages \
$(pkg info -R --raw-format json -F release_test-0.1.0.pkg | jq -r '.["deps"] |
keys | join(" ")')

-- 
You are receiving this mail because:
You are the assignee for the bug.