Created
January 26, 2026 18:56
-
-
Save trycf/35e935a174946534ea831610b0ae9475 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| json = '{ | |
| "name":"CFConfig CLI", | |
| "version":"2.2.0", | |
| "author":"Brad Wood", | |
| "location":"ForgeboxStorage", | |
| "homepage":"https://github.com/Ortus-Solutions/commandbox-cfconfig", | |
| "slug":"commandbox-cfconfig", | |
| "shortDescription":"A CLI library for importing, exporting, transferring, and otherwise managing CF engine configuration.", | |
| "type":"commandbox-modules", | |
| "keywords":"ColdFusion,Lucee,Railo,CFML,config", | |
| "projectURL":"https://github.com/Ortus-Solutions/commandbox-cfconfig", | |
| "scripts":{ | |
| "onRelease":"publish", | |
| "postPublish":"!git push --follow-tags", | |
| "install":"install ID=C:\\Users\\Brad.development\\Documents\\GitHub\\commandbox-cfconfig directory=\"D:\\.Command Box\\cfml\\modules\" --force && r" | |
| }, | |
| "ignore":[ | |
| "**/.*", | |
| "test", | |
| "tests" | |
| ], | |
| "dependencies":{ | |
| "cfconfig-services":"be" | |
| }, | |
| "installPaths":{ | |
| "cfconfig-services":"modules\\cfconfig-services" | |
| }, | |
| "executables":{ | |
| "cfconfig":"cfconfig" | |
| } | |
| }' | |
| writedump( deserializeJSON( json ) ) | |
| </cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment