Skip to content

A tool to scan an Adobe ColdFusion project for content incompatible with Lucee and Postgres. You probably don't need this tool.

License

Notifications You must be signed in to change notification settings

leadership-institute/cf_pg_lucee_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You probably don't need this script, unless you are doing a highly specific migration from Adobe ColdFusion to Lucee with Postgres.

This tool will recursively scan a directory for several strings specified as arguments.

Installation

npm i -g cfvalidator

Arguments

Options:
  --version              Show version number                   [boolean]
  --out, -o              The output csv filename. Required      [string]
  --in, -i               The directory to scan. Required        [string]
  --scopeIdentity, --si  Detect scope_identity                 [boolean]
  --selectTop, --st      Detect select top                     [boolean]
  --cfform, --cff        Detect cfform                         [boolean]
  --getDate, --gd        Detect getDate                        [boolean]
  --help, -h             Show help                             [boolean]

Example

cfvalidator --o ~/.out.csv --si --st --cff --gd --i ~/Workspaces/cf_home

About

A tool to scan an Adobe ColdFusion project for content incompatible with Lucee and Postgres. You probably don't need this tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published