Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/35e935a174946534ea831610b0ae9475 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/35e935a174946534ea831610b0ae9475 to your computer and use it in GitHub Desktop.
TryCF Gist
<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