Skip to content

v4.0.8

Choose a tag to compare

@stefanoverna stefanoverna released this 22 Apr 05:51
· 72 commits to main since this release

Changes

  • cma:script now accepts a positional file argument — Most TS runners (tsx, node, bun) take the script path as a positional, so datocms cma:script /tmp/x.ts was a natural thing to try. Both the positional and -f/--file are 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