CLI command to identify field usage across all types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
CLI command to identify field usage across all types
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.
- Labels:
-
Requirements & Validation
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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)
