Question
Cf cli parameter question
Hi,
I am calling a cf script via the command line and passing various parameters one being an aws url.
cf .\testScript.cfm cfpass=cfpassword dsnname=dsn_blaBla badparam=someUrl-staging.ctnszulukwoz.eu-west-1.rds.amazonaws.comIt doesnt like parameter badparam. Wrap the string in quotes and it still doesn't like it. Take it out and hardcode it in the script and it works. I need to pass it in as a parameter though.
Anyone know what format will work here?
Thanks
