Some more observations on working with Pkg(3)

Minor point, that doesn’t work as written, you need to do julia -e 'using Pkg; pkg"..."' so that the @pkg_str macro can be used.
(I do love being able to do that, it’s a very nice addition!)