debug¶
Overview¶
Command-line interface¶
(Autogenerated) cli help
luci debug¶
Lucifier to be used when debugging dictlets.
It let’s you print debug information of both metadata and content of a dictlet to stdout.
luci debug [OPTIONS] DICTLET
Options
-
-l,--all-lines¶ display all line-related information (‘content’, ‘content_filtered’, ‘metadata’)
-
-la,--lines-all¶ display all lines of a template
-
-mu,--metadata-user¶ display user-input arguments
-
-lm,--lines-metadata¶ display all lines of a template that were processed by luci
-
-a,--all¶ display all available information
-
-ma,--all-metadata¶ display all available metadata information
-
-md,--metadata-defaults¶ display default vars
-
-lc,--lines-content¶ display all lines of a template that were skipped by luci processing and will be used as content
-
-mt,--metadata-dictlet¶ display processed dictlet metadata
-
-ml,--metadata-luci¶ display luci-related metadata
-
-f,--format<__dictlet__.output_type>¶ the output type
-
-m,--metadata¶ display the merged metadata)
-
-p,--pager¶ whether to use a pager for display
-
-lf,--lines-filtered¶ display all lines of a template that were skipped by luci processing and are pre-filtered