hey <@U5375UUJ2>, what is exactly the info that yo...
# sdf
a
hey @stalbert, what is exactly the info that you are looking for that the CLI help does not provide?
t
I think heโ€™s hoping that a --help flag would be added to the CLI
sdfcli importobjects --help
That would list all of the supported objects types
s
yes, a list (with short descriptions) of all the valid values for the
-type
option. e.g. savedsearch, customrecordtype, customlist etc?
though the names themselves are generally self documenting, I don't have them memorized, nor would I like to commit them to memory. Even the few I mentioned above may be wrong because I tried to spit them out from memory ๐Ÿ™‚
a
understood
1) sdf command --help for Java CLI is already implemented in our main branch. For NodeJS CLI is already in place too 2) We don't have the list of types in the help but we will think about how to expose that so the help does not become 1000 words ๐Ÿ™‚
we have some ideas on how to fix that
thanks for the feedback!