CLI - Run
Use the CLI to preview your code before publishing.
Provide a text input like this:
codeblox run "foobar"
Number input
codeblox run 5
Location input:
codeblox run [35, -89]
Table input:
codeblox run [ {"foo": "bar"}, {"foo": "bar2"}]
Pass in options like this:
codeblox run --Width 50 --Height 50
codeblox run --"Multi Word Option Name" "some value