0
Cf cli parameter question
Participant
,
/t5/coldfusion-discussions/cf-cli-parameter-question/td-p/11617450
Nov 22, 2020
Nov 22, 2020
Copy link to clipboard
Copied
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.com
It 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
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
/t5/coldfusion-discussions/cf-cli-parameter-question/m-p/11618638#M186997
Nov 23, 2020
Nov 23, 2020
Copy link to clipboard
Copied
What do you mean "it doesn't like the parameter "? Is there an error message?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
paulm1677332
AUTHOR
Participant
,
LATEST
/t5/coldfusion-discussions/cf-cli-parameter-question/m-p/11618646#M186998
Nov 23, 2020
Nov 23, 2020
Copy link to clipboard
Copied
Hi,
Sorry I didnt put the exact error in. It says
badparam=someUrl-staging.ctnszulukwoz.eu-west-1.rds.amazonaws.com
(The system cannot find the file specified)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

