v4.0.8
Changes
cma:scriptnow accepts a positional file argument — Most TS runners (tsx,node,bun) take the script path as a positional, sodatocms cma:script /tmp/x.tswas a natural thing to try. Both the positional and-f/--fileare accepted; the command errors out if they disagree.
Examples
# Both forms are now equivalent
datocms cma:script /tmp/my-script.ts
datocms cma:script -f /tmp/my-script.ts