This is a simple tool to create neo-datasource.xml
for Coldfusion 2016. It may work for CF 11 too.
Both input
and output
have defaults and are not mandatory.
cfds generate --seed=1234567890123456 [--input=datasources.yml] [--output=neo-datasource.xml]
cfds decrypt --seed=1234567890ABCDEF <password>
Where <password>
is a Base64 encoded password, usually taken directly from
the neo-datasource.xml
file. Outputs to STDOUT
.
cfds encrypt --seed=1234567890ABCDEF <password>
Where <password>
is the cleartext password. Outputs Base64 encoded password
to STDOUT
.