Feature importance in command line version

I have been using xgboost for several years from its R interface, and I can get feature importance using “xgb.importance”. Now I am trying to use the command line version of xgboost under Linux. It seems to be working, but I haven’t been able to figure out how to get the feature importances. Does the command line version have this facility, and, if so, how do I access it?

Thanks.

I don’t think it is possible to get feature importances through CLI.