search : cli

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Tracker Issue cfdump bug with CLI
cfdump bug with CLI
CLI Whitespace management
Tracker Issue REPL support in CLI
REPL support in CLI
CLI does not work in UNIX
CLI object does not dump properly
CLI does not support per-application mappings
CLI documentation does not mention Application.cfc onError()
CLI on Mac gives windows help
Cannot use Admin API with CLI
CLI needs \n and \r to work in strings
CLI does not seem to support UTF-8-encoded code properly
CLI returns 0 error code even when the script errors
CLI docs need editing for grammar / neutral English dialect
2608665 CF-4028653 External U. This is still broken: it's still treating null as "falsey" which is WRONG. Repro: function returnsSomething(option){ if (option == "null") { return; } return option; } options = [true, false, "null"]; options.each(function(option){ CLI.writeln(""); CLI
Create a command CLI program and API for importing a .Car file
Comment on CLI/REPL - probably via CommandBox by HariKrishna K.
CLI: cf.sh does not pass command line arguments to CLI bridge
Comment on CLI returns 0 error code even when the script errors by External U.
Comment on CLI docs need editing for grammar / neutral English dialect by CFwatson U.
Comment on CLI does not seem to support UTF-8-encoded code properly by External U.
Comment on CLI docs need editing for grammar / neutral English dialect by CFwatson U.
Comment on CLI does not support per-application mappings by External U.
Comment on CLI documentation does not mention Application.cfc onError() by CFwatson U.
Comment on CLI: cf.sh does not pass command line arguments to CLI bridge by CFwatson U.
Comment on CLI needs \n and \r to work in strings by CFwatson U.
Comment on CLI returns 0 error code even when the script errors by CFwatson U.
Comment on CLI does not support per-application mappings by CFwatson U.
Comment on CLI does not seem to support UTF-8-encoded code properly by External U.
Comment on CLI: cf.sh does not pass command line arguments to CLI bridge by CFwatson U.
Comment on CLI needs \n and \r to work in strings by CFwatson U.
Comment on CLI returns 0 error code even when the script errors by CFwatson U.
Comment on CLI does not support per-application mappings by CFwatson U.
Comment on CLI documentation does not mention Application.cfc onError() by CFwatson U.
Error message for non-string arguments to CLI.write() / CLI.writeln() are misleading
Need CLI.getUnnamedArgs() for "other" args
4020866: CLI: CFS files
Comment on CLI/REPL - probably via CommandBox by HariKrishna K.
Docs for CLI.getArg() wrong
CLI.writeError() should include newline
CLI.getNamedArgs() should return CFML struct
(variable="x"){ writeOutput(""); } s = "ono"; ts = now(); d = 42 * 1; b = true == true; CLI.writeLn(a.toJson()); CLI.writeLn(st.toJson()); CLI.writeLn(ost.toJson()); CLI.writeLn(q.toJson()); CLI.writeLn(q.toJson(true)); CLI.writeLn(x.toJson()); CLI.writeLn(s.toJson()); CLI.writeLn(ts.toJson()); //CLI
4250988 CF-4202133 CLI : REPL [ANeff] ER for: REPL to not print objects by default, and add a flag to enable the printing This ER is for REPL to, by default, not print objects. And have a flag for enabling this, if user wants. Repro: ----------- ColdFusion started in interactive mode. Type 'q
Comment on CLI/REPL - probably via CommandBox by External U.