outdated
command in the root of a project:print.table()
method:data
- Any type of data for the table. Each item in the array may either be an array in the correct order matching the number of headers or a struct with keys matching the headers.includedHeaders
- A list of headers to include. Used for query inputsheaderNames
- An list/array of column headers to use instead of the defaultdebug
- Only print out the names of the columns and the first row valuesdata
parameter is ignored here.value
- The actual string value to printoptions
- A string of print helper options- typically a color or background coloroptions
can contain any color from the system-colors
command and follows the same format as the Print Helper.includeHeaders
parameter. This example outputs a sorted list of the names and version of all the Lucee Extensions installed in the CLI. (extensionList()
is a built in Lucee function that returns a query object)...
will appear at the end. Here is the output of the outdated
command....
to show missing data. Here is the output of the outdated
command.