cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

CLI command to identify field usage across all types

BaluSri
6-Contributor

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

1 ACCEPTED SOLUTION

Accepted Solutions
awalsh
17-Peridot
(To:BaluSri)

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

View solution in original post

2 REPLIES 2
awalsh
17-Peridot
(To:BaluSri)

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

BaluSri
6-Contributor
(To:awalsh)

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)

Top Tags