dmc retrieve does not retrieve namespaced metadata
Closed this issue · 3 comments
jdk243 commented
I'm currently working on a managed package and figured I'd use DMC to pull my project's metadata from our packaging org; none of the packaged code was retrieved. I saw #19 was a closed issue; would it be possible to provide a flag to specify namespaces that should be included in retrieve calls?
jnottingham commented
In version 1.2.3, the retrieve
command has two options related to namespaces: -a
will pull all namespaces and -n
will retrieve a specified namespace. I think the default is only pulling from the null namespace.
jdk243 commented
awesome, thanks!
kevinohara80 commented
Thanks @jnottingham. @jdk243 let me know how that works for you.