Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
In the GUI, when you view a field details, the "Usage" tab shows which Types use this field and if there is an override.
In the CLI, I can't find an equivalent command to list all the Types that use this field. Is there any other command thru' which I can obtain this info?
Thank you,
Balu
Solved! Go to Solution.
There's isn't an exact CLI equivalent. But the list of types that use the field is included in the references, which you can get from CLI: im fields --fields=references or im viewfield --showreferences
There's isn't an exact CLI equivalent. But the list of types that use the field is included in the references, which you can get from CLI: im fields --fields=references or im viewfield --showreferences
Thank you, Ann. I was checking if there was a separate option, but this will work (I just piped a "find" command to the output)