FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...

CommandBox Licenses

v0.0.2 Modules

Commandbox Licenses

The Licenses module is designed to display or export the license information for a ColdBox site. By default the information is based on the current working directory and is displayed on the screen.

box licenseInfo licenses

Options: @folder - defaults to the current working directory but can be any absolute file path

@ExportTo - defaults to screen but other options include "csv" Screen - this will output in the CommandBox terminal a "tree" formatted list of dependencies and what license (MIT, Apache2 etc) that the package is bound by. Useful for code reviews.

|-ColdBox Security Apache2

    |-cbauth MIT

        |-CBStorages Apache2

    |-ColdBox Cross Site Request Forgery (CSRF) Apache2

        |-CBStorages Apache2

    |-JWT CFML MIT

csv - will create a csv file (named with the filename argument, defaults to licenseData) with the columns:

  • name
  • version
  • license
  • indents (to help recreate the tree structure later if desired)

$ box install commandbox_licenses

No collaborators yet.
  • {{ getFullDate("2022-05-24T15:56:04Z") }}
  • {{ getFullDate("2022-05-31T14:11:06Z") }}
  • 1,092
  • 80