You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand it, inventory show will use the default map. This seems a little redundant to me. Could we not default to say, data or markdown? (markdown being my default preference).
The issue is that now the default template list will need to be maintained for different assets types, instead of the just the different outputs. (This was somewhat touched upon in #117 ).
In
etc/templates.yamlwe have the following:As I understand it,
inventory showwill use thedefaultmap. This seems a little redundant to me. Could we not default to say,dataormarkdown? (markdown being my default preference).The issue is that now the
defaulttemplate list will need to be maintained for different assets types, instead of the just the different outputs. (This was somewhat touched upon in #117 ).